public class LegacyAdapterToIndexMapping extends Object implements org.locationtech.geowave.core.index.persist.Persistable
| Constructor and Description |
|---|
LegacyAdapterToIndexMapping() |
LegacyAdapterToIndexMapping(short adapterId,
Index[] indices) |
LegacyAdapterToIndexMapping(short adapterId,
String... indexNames) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(String indexName) |
boolean |
equals(Object obj) |
void |
fromBinary(byte[] bytes) |
short |
getAdapterId() |
String[] |
getIndexNames() |
Index[] |
getIndices(IndexStore indexStore) |
int |
hashCode() |
boolean |
isNotEmpty() |
byte[] |
toBinary() |
public LegacyAdapterToIndexMapping()
public LegacyAdapterToIndexMapping(short adapterId,
Index[] indices)
public LegacyAdapterToIndexMapping(short adapterId,
String... indexNames)
public short getAdapterId()
public String[] getIndexNames()
public Index[] getIndices(IndexStore indexStore)
public boolean contains(String indexName)
public boolean isNotEmpty()
public byte[] toBinary()
toBinary in interface org.locationtech.geowave.core.index.persist.Persistablepublic void fromBinary(byte[] bytes)
fromBinary in interface org.locationtech.geowave.core.index.persist.PersistableCopyright © 2013–2022. All rights reserved.