public class PersistableStore extends Object implements org.locationtech.geowave.core.index.persist.Persistable
| Constructor and Description |
|---|
PersistableStore() |
PersistableStore(org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBinary(byte[] bytes) |
org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions |
getDataStoreOptions() |
byte[] |
toBinary() |
public PersistableStore()
public PersistableStore(org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions options)
public org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions getDataStoreOptions()
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.