public interface PartitionCount
Modifier and Type | Interface and Description |
---|---|
static class |
PartitionCount.SpecifiedCount |
static class |
PartitionCount.UnspecifiedCount |
Modifier and Type | Method and Description |
---|---|
int |
count() |
static PartitionCount |
ignore() |
boolean |
isSpecified() |
static PartitionCount |
of(int count) |
boolean isSpecified()
int count()
static PartitionCount of(int count)
static PartitionCount ignore()