public class ContextPartitionIdentifierPartitioned extends ContextPartitionIdentifier
Constructor and Description |
---|
ContextPartitionIdentifierPartitioned()
Ctor.
|
ContextPartitionIdentifierPartitioned(Object[] keys)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
compareTo(ContextPartitionIdentifier other)
Compare identifiers returning a boolean indicator whether identifier information matches.
|
Object[] |
getKeys()
Returns the partition keys.
|
void |
setKeys(Object[] keys)
Sets the partition keys.
|
String |
toString() |
getContextPartitionId, setContextPartitionId
public ContextPartitionIdentifierPartitioned()
public ContextPartitionIdentifierPartitioned(Object[] keys)
keys
- partitioning keyspublic Object[] getKeys()
public void setKeys(Object[] keys)
keys
- to setpublic boolean compareTo(ContextPartitionIdentifier other)
ContextPartitionIdentifier
compareTo
in class ContextPartitionIdentifier
other
- to compare to