JDBCCacheLoader.@Deprecated public class JDBCCacheLoaderOld extends AdjListJDBCCacheLoader
cf, driverName, lock, NULL_NODE_IN_ROWbuddyFqnTransformer, cache, regionManager, transactions| Constructor and Description |
|---|
JDBCCacheLoaderOld()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CacheLoaderConfig.IndividualCacheLoaderConfig |
getConfig()
Deprecated.
Gets the configuration.
|
protected org.apache.commons.logging.Log |
getLogger()
Deprecated.
|
AdjListJDBCCacheLoaderConfig |
processConfig(CacheLoaderConfig.IndividualCacheLoaderConfig base)
Deprecated.
|
void |
put(Fqn name,
Map attributes)
Deprecated.
Adds attributes from the passed in map to the existing node.
|
void |
put(Fqn name,
Map attributes,
boolean override)
Deprecated.
|
Object |
put(Fqn name,
Object key,
Object value)
Deprecated.
Adds/overrides a value in a node for a key.
|
void |
remove(Fqn name)
Deprecated.
Removes a node and all its children.
|
commit, exists, get, getChildrenNames, getDriverName, insertNode, loadNode, marshall, populatePreparedStatementForInsert, prepare, prepareAndLogStatement, remove, removeData, reportAndRethrowError, rollback, safeClose, safeClose, safeClose, setConfig, start, stop, tableExists, unmarshall, updateNodecreate, destroy, doMarshall, doUnmarshall, getMarshaller, getNodeDataList, loadEntireState, loadState, loadStateHelper, move, put, regionAwareMarshall, regionAwareUnmarshall, setCache, setRegionManager, storeEntireState, storeState, storeStateHelperpublic AdjListJDBCCacheLoaderConfig processConfig(CacheLoaderConfig.IndividualCacheLoaderConfig base)
processConfig in class AdjListJDBCCacheLoaderpublic CacheLoaderConfig.IndividualCacheLoaderConfig getConfig()
CacheLoaderCacheLoaderConfig.IndividualCacheLoaderConfig object.public Object put(Fqn name, Object key, Object value) throws Exception
name - node's fqnkey - attribute's keyvalue - attribute's valueExceptionpublic void put(Fqn name, Map attributes) throws Exception
name - node's fqnattributes - attributesExceptionpublic void remove(Fqn name) throws Exception
name - node's fqnExceptionpublic void put(Fqn name, Map attributes, boolean override) throws Exception
put in class AbstractCacheLoaderExceptionprotected org.apache.commons.logging.Log getLogger()
getLogger in class AdjListJDBCCacheLoaderCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.