Packages

class ShardStrategyImpl extends ShardStrategy

Linear Supertypes
ShardStrategy, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShardStrategyImpl
  2. ShardStrategy
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ShardStrategyImpl(shards: IndexedSeq[Array[Byte]])

Value Members

  1. def apply(feature: WritableFeature): Array[Byte]

    Get a shard for the given feature.

    Get a shard for the given feature. This should be consistent for a given feature ID

    feature

    feature

    Definition Classes
    ShardStrategyImplShardStrategy
  2. val length: Int

    Length of each shard.

    Length of each shard. 0 indicates no sharding

    Definition Classes
    ShardStrategyImplShardStrategy
  3. val shards: IndexedSeq[Array[Byte]]

    All possible shards

    All possible shards

    Definition Classes
    ShardStrategyImplShardStrategy