public final class ShardKey extends Object implements Comparable<ShardKey>
| Constructor and Description |
|---|
ShardKey(String actorSystemName,
int shardId) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ShardKey other) |
boolean |
equals(Object o) |
static ShardKey |
fromString(String shardKey) |
String |
getActorSystemName() |
int |
getShardId() |
int |
hashCode() |
String |
toString() |
Copyright © 2021. All rights reserved.