trait ShardStrategy extends AnyRef

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

Abstract Value Members

  1. abstract 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

  2. abstract def length: Int

    Length of each shard.

    Length of each shard. 0 indicates no sharding

  3. abstract def shards: Seq[Array[Byte]]

    All possible shards