public class CustomNameIndex extends IndexImpl
indexModel, indexStrategy| Constructor and Description |
|---|
CustomNameIndex() |
CustomNameIndex(NumericIndexStrategy indexStrategy,
CommonIndexModel indexModel,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
void |
fromBinary(byte[] bytes)
Convert a stream of binary bytes to fields and data within an object.
|
String |
getName()
get the name of the index
|
int |
hashCode() |
byte[] |
toBinary()
Convert fields and data within an object to binary form for transmission or storage.
|
getDefaultStatistics, getIndexModel, getIndexStrategypublic CustomNameIndex()
public CustomNameIndex(NumericIndexStrategy indexStrategy, CommonIndexModel indexModel, String name)
public byte[] toBinary()
PersistabletoBinary in interface PersistabletoBinary in class IndexImplpublic void fromBinary(byte[] bytes)
PersistablefromBinary in interface PersistablefromBinary in class IndexImplCopyright © 2013–2022. All rights reserved.