Class ShardKey
- java.lang.Object
-
- org.elasticsoftware.elasticactors.ShardKey
-
- All Implemented Interfaces:
Comparable<ShardKey>
public final class ShardKey extends Object implements Comparable<ShardKey>
- Author:
- Joost van de Wijgerd
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ShardKey other)booleanequals(Object o)static ShardKeyfromString(String shardKey)StringgetActorSystemName()intgetShardId()inthashCode()StringtoString()
-