Packages

object NoShardStrategy extends ShardStrategy

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

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
    NoShardStrategyShardStrategy
  2. val length: Int

    Length of each shard.

    Length of each shard. 0 indicates no sharding

    Definition Classes
    NoShardStrategyShardStrategy
  3. val shards: Seq[Array[Byte]]

    All possible shards

    All possible shards

    Definition Classes
    NoShardStrategyShardStrategy