|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.cache.commands.AbstractVisitor
org.jboss.cache.interceptors.base.CommandInterceptor
org.jboss.cache.interceptors.base.JmxStatsCommandInterceptor
org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
org.jboss.cache.interceptors.LegacyActivationInterceptor
@Deprecated public class LegacyActivationInterceptor
Loads nodes that don't exist at the time of the call into memory from the CacheLoader. If the nodes were evicted earlier then we remove them from the cache loader after their attributes have been initialized and their children have been loaded in memory.
| Field Summary | |
|---|---|
protected static Object |
NULL
Deprecated. |
protected ConcurrentHashMap |
transactions
Deprecated. List |
protected TransactionManager |
txMgr
Deprecated. |
| Fields inherited from class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor |
|---|
dataContainer, isActivation, loader, notifier, txTable, useCacheStore, usingVersionedInvalidation |
| Fields inherited from class org.jboss.cache.interceptors.base.CommandInterceptor |
|---|
configuration, log, trace |
| Constructor Summary | |
|---|---|
LegacyActivationInterceptor()
Deprecated. |
|
| Method Summary | |
|---|---|
Map<String,Object> |
dumpStatistics()
Deprecated. Returns a map of statistics. |
long |
getActivations()
Deprecated. |
void |
injectTransactionManager(TransactionManager txMgr)
Deprecated. |
protected void |
recordNodeLoaded(InvocationContext ctx,
Fqn fqn)
Deprecated. |
void |
resetStatistics()
Deprecated. Resets statistics gathered. |
Object |
visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
Deprecated. Visits a RemoveDataCommand. |
Object |
visitGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
Deprecated. Visits a GetChildrenNamesCommand. |
Object |
visitGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
Deprecated. Visits a GetKeysCommand. |
Object |
visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
Deprecated. Visits a GetKeyValueCommand. |
Object |
visitGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
Deprecated. Visits a GetNodeCommand. |
Object |
visitMoveCommand(InvocationContext ctx,
MoveCommand command)
Deprecated. Visits a MoveCommand. |
Object |
visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
Deprecated. Visits a PutDataMapCommand. |
Object |
visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
Deprecated. Visits a PutForExternalReadCommand. |
Object |
visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
Deprecated. Visits a PutKeyValueCommand. |
Object |
visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
Deprecated. Visits a RemoveKeyCommand. |
Object |
visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
Deprecated. Visits a RemoveNodeCommand. |
| Methods inherited from class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor |
|---|
getCacheLoaderLoads, getCacheLoaderMisses, injectDependencies, lock, startInterceptor, visitGetDataMapCommand, visitRollbackCommand |
| Methods inherited from class org.jboss.cache.interceptors.base.JmxStatsCommandInterceptor |
|---|
checkStatisticsUsed, getStatisticsEnabled, setStatisticsEnabled |
| Methods inherited from class org.jboss.cache.interceptors.base.CommandInterceptor |
|---|
getNext, handleDefault, hasNext, invokeNextInterceptor, setNext |
| Methods inherited from class org.jboss.cache.commands.AbstractVisitor |
|---|
visitCollection, visitCommitCommand, visitCreateNodeCommand, visitEvictFqnCommand, visitExistsNodeCommand, visitGravitateDataCommand, visitInvalidateCommand, visitOptimisticPrepareCommand, visitPrepareCommand |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TransactionManager txMgr
protected ConcurrentHashMap transactions
protected static final Object NULL
| Constructor Detail |
|---|
public LegacyActivationInterceptor()
| Method Detail |
|---|
public void injectTransactionManager(TransactionManager txMgr)
public Object visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
throws Throwable
Visitor
visitClearDataCommand in interface VisitorvisitClearDataCommand in class LegacyCacheLoaderInterceptorctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
public Object visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
throws Throwable
Visitor
visitRemoveNodeCommand in interface VisitorvisitRemoveNodeCommand in class LegacyCacheLoaderInterceptorctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
public Object visitGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
throws Throwable
Visitor
visitGetChildrenNamesCommand in interface VisitorvisitGetChildrenNamesCommand in class LegacyCacheLoaderInterceptorctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
public Object visitGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
throws Throwable
Visitor
visitGetKeysCommand in interface VisitorvisitGetKeysCommand in class LegacyCacheLoaderInterceptorctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
public Object visitGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
throws Throwable
Visitor
visitGetNodeCommand in interface VisitorvisitGetNodeCommand in class LegacyCacheLoaderInterceptorctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
public Object visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
throws Throwable
Visitor
visitGetKeyValueCommand in interface VisitorvisitGetKeyValueCommand in class LegacyCacheLoaderInterceptorctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
public Object visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
throws Throwable
Visitor
visitPutForExternalReadCommand in interface VisitorvisitPutForExternalReadCommand in class LegacyCacheLoaderInterceptorctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
public Object visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
throws Throwable
Visitor
visitPutKeyValueCommand in interface VisitorvisitPutKeyValueCommand in class LegacyCacheLoaderInterceptorctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
public Object visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
throws Throwable
Visitor
visitPutDataMapCommand in interface VisitorvisitPutDataMapCommand in class LegacyCacheLoaderInterceptorctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
public Object visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
throws Throwable
Visitor
visitRemoveKeyCommand in interface VisitorvisitRemoveKeyCommand in class LegacyCacheLoaderInterceptorctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
public Object visitMoveCommand(InvocationContext ctx,
MoveCommand command)
throws Throwable
Visitor
visitMoveCommand in interface VisitorvisitMoveCommand in class LegacyCacheLoaderInterceptorctx - invocation contextcommand - command to visit
Throwable - in the event of problems.public long getActivations()
public void resetStatistics()
JmxStatsCommandInterceptor
resetStatistics in interface JmxStatisticsExposerresetStatistics in class LegacyCacheLoaderInterceptorpublic Map<String,Object> dumpStatistics()
JmxStatsCommandInterceptor
dumpStatistics in interface JmxStatisticsExposerdumpStatistics in class LegacyCacheLoaderInterceptor
protected void recordNodeLoaded(InvocationContext ctx,
Fqn fqn)
recordNodeLoaded in class LegacyCacheLoaderInterceptor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||