public static final class DataIndex.NumericIndexEntry extends Object implements DataIndex.DataIndexEntry
Modifier and Type | Method and Description |
---|---|
static DataIndex.NumericIndexEntry |
createPartitionEntry(int partitionId)
Create a data index entry for a given partition
|
static DataIndex.NumericIndexEntry |
createSuperstepEntry(long superstep)
Create a data index entry for a given superstep
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public static DataIndex.NumericIndexEntry createPartitionEntry(int partitionId)
partitionId
- id of the partitionpublic static DataIndex.NumericIndexEntry createSuperstepEntry(long superstep)
superstep
- the superstep numberCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.