public class BigTableOptions
extends org.locationtech.geowave.core.store.StoreFactoryOptions
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_INSTANCE_ID |
static String |
DEFAULT_PROJECT_ID |
protected String |
instanceId |
protected String |
projectId |
protected int |
scanCacheSize |
| Constructor and Description |
|---|
BigTableOptions() |
BigTableOptions(int scanCacheSize,
String projectId,
String instanceId,
String gwNamespace,
org.locationtech.geowave.core.store.BaseDataStoreOptions additionalOptions) |
| Modifier and Type | Method and Description |
|---|---|
HBaseOptions |
getHBaseOptions() |
String |
getInstanceId() |
String |
getProjectId() |
int |
getScanCacheSize() |
org.locationtech.geowave.core.store.StoreFactoryFamilySpi |
getStoreFactory() |
org.locationtech.geowave.core.store.DataStoreOptions |
getStoreOptions() |
void |
setInstanceId(String instanceId) |
void |
setProjectId(String projectId) |
void |
setScanCacheSize(int scanCacheSize) |
public static final String DEFAULT_PROJECT_ID
public static final String DEFAULT_INSTANCE_ID
protected int scanCacheSize
protected String projectId
protected String instanceId
public org.locationtech.geowave.core.store.StoreFactoryFamilySpi getStoreFactory()
getStoreFactory in class org.locationtech.geowave.core.store.StoreFactoryOptionspublic String getProjectId()
public void setProjectId(String projectId)
public String getInstanceId()
public void setInstanceId(String instanceId)
public int getScanCacheSize()
public void setScanCacheSize(int scanCacheSize)
public HBaseOptions getHBaseOptions()
public org.locationtech.geowave.core.store.DataStoreOptions getStoreOptions()
getStoreOptions in class org.locationtech.geowave.core.store.StoreFactoryOptionsCopyright © 2013–2019. All rights reserved.