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, getIndexStrategy
public CustomNameIndex()
public CustomNameIndex(NumericIndexStrategy indexStrategy, CommonIndexModel indexModel, String name)
public byte[] toBinary()
Persistable
toBinary
in interface Persistable
toBinary
in class IndexImpl
public void fromBinary(byte[] bytes)
Persistable
fromBinary
in interface Persistable
fromBinary
in class IndexImpl
Copyright © 2013–2022. All rights reserved.