public class LegacyAdapterIndexMappingStore extends AbstractGeoWavePersistence<LegacyAdapterToIndexMapping>
cache, MAX_ENTRIES, METADATA_TABLE, operations, options, type| Constructor and Description |
|---|
LegacyAdapterIndexMappingStore(DataStoreOperations operations,
DataStoreOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAdapterIndexMapping(LegacyAdapterToIndexMapping mapping) |
LegacyAdapterToIndexMapping |
getIndicesForAdapter(short adapterId) |
protected org.locationtech.geowave.core.index.ByteArray |
getPrimaryId(LegacyAdapterToIndexMapping persistedObject) |
boolean |
mappingExists(AdapterToIndexMapping persistedObject) |
void |
remove(short internalAdapterId) |
boolean |
remove(short internalAdapterId,
String indexName) |
addObject, addObject, addObjectToCache, buildCache, deleteObject, deleteObjectFromCache, deleteObjects, deleteObjects, deleteObjects, deleteObjects, entryToValue, fromValue, getAllObjectsWithSecondaryId, getCombinedId, getObject, getObjectFromCache, getObjects, getSecondaryId, getType, getValue, getVisibility, internalGetObject, internalGetObjects, objectExists, remove, removeAll, toBytespublic LegacyAdapterIndexMappingStore(DataStoreOperations operations, DataStoreOptions options)
public boolean mappingExists(AdapterToIndexMapping persistedObject)
protected org.locationtech.geowave.core.index.ByteArray getPrimaryId(LegacyAdapterToIndexMapping persistedObject)
getPrimaryId in class AbstractGeoWavePersistence<LegacyAdapterToIndexMapping>public LegacyAdapterToIndexMapping getIndicesForAdapter(short adapterId)
public void addAdapterIndexMapping(LegacyAdapterToIndexMapping mapping)
public void remove(short internalAdapterId)
public boolean remove(short internalAdapterId,
String indexName)
Copyright © 2013–2022. All rights reserved.