public class InitialPartition
extends java.lang.Object
The initial partition has the artificial token defined by PARTITION_TOKEN
and it has no parent tokens.
Modifier and Type | Field and Description |
---|---|
static java.util.HashSet<java.lang.String> |
PARENT_TOKENS
The empty set representing the initial partition parent tokens.
|
static java.lang.String |
PARTITION_TOKEN
The token of the initial partition.
|
Constructor and Description |
---|
InitialPartition() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isInitialPartition(java.lang.String partitionToken)
Verifies if the given partition token is the initial partition.
|
public static final java.lang.String PARTITION_TOKEN
public static final java.util.HashSet<java.lang.String> PARENT_TOKENS
public static boolean isInitialPartition(java.lang.String partitionToken)
partitionToken
- the partition token to be checked