AtomSpace::PartitionStrategy
Inherits Enum < Comparable < Value < Object
Data partitioning strategy
Constants
RoundRobin = 0
HashBased = 1
TypeBased = 2
LoadBalanced = 3
Instance methods
hash_based?
Returns true if this enum value equals HashBased
load_balanced?
Returns true if this enum value equals LoadBalanced
round_robin?
Returns true if this enum value equals RoundRobin
type_based?
Returns true if this enum value equals TypeBased