public class HBaseCacheStoreConfiguration extends AbstractStoreConfiguration implements LegacyLoaderAdapter<HBaseCacheStoreConfig>
Constructor and Description |
---|
HBaseCacheStoreConfiguration(boolean autoCreateTable,
String entryColumnFamily,
String entryTable,
String entryValueField,
String expirationColumnFamily,
String expirationTable,
String expirationValueField,
String hbaseZookeeperQuorumHost,
int hbaseZookeeperClientPort,
String keyMapper,
boolean sharedTable,
boolean purgeOnStartup,
boolean purgeSynchronously,
int purgerThreads,
boolean fetchPersistentState,
boolean ignoreModifications,
TypedProperties properties,
AsyncStoreConfiguration asyncStoreConfiguration,
SingletonStoreConfiguration singletonStoreConfiguration) |
Modifier and Type | Method and Description |
---|---|
HBaseCacheStoreConfig |
adapt() |
boolean |
autoCreateTable() |
String |
entryColumnFamily() |
String |
entryTable() |
String |
entryValueField() |
String |
expirationColumnFamily() |
String |
expirationTable() |
String |
expirationValueField() |
int |
hbaseZookeeperClientPort() |
String |
hbaseZookeeperQuorumHost() |
String |
keyMapper() |
boolean |
sharedTable() |
async, equals, fetchPersistentState, hashCode, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStore
properties
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
properties
public HBaseCacheStoreConfiguration(boolean autoCreateTable, String entryColumnFamily, String entryTable, String entryValueField, String expirationColumnFamily, String expirationTable, String expirationValueField, String hbaseZookeeperQuorumHost, int hbaseZookeeperClientPort, String keyMapper, boolean sharedTable, boolean purgeOnStartup, boolean purgeSynchronously, int purgerThreads, boolean fetchPersistentState, boolean ignoreModifications, TypedProperties properties, AsyncStoreConfiguration asyncStoreConfiguration, SingletonStoreConfiguration singletonStoreConfiguration)
public boolean autoCreateTable()
public String entryColumnFamily()
public String entryTable()
public String entryValueField()
public String expirationColumnFamily()
public String expirationTable()
public String expirationValueField()
public String hbaseZookeeperQuorumHost()
public int hbaseZookeeperClientPort()
public String keyMapper()
public boolean sharedTable()
public HBaseCacheStoreConfig adapt()
adapt
in interface LegacyLoaderAdapter<HBaseCacheStoreConfig>
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.