@Deprecated public class LegacyCacheLoaderInterceptor extends JmxStatsCommandInterceptor
Modifier and Type | Field and Description |
---|---|
protected BuddyFqnTransformer |
buddyFqnTransformer
Deprecated.
|
protected DataContainer |
dataContainer
Deprecated.
|
protected boolean |
isActivation
Deprecated.
|
protected CacheLoader |
loader
Deprecated.
|
protected Notifier |
notifier
Deprecated.
|
protected TransactionTable |
txTable
Deprecated.
|
protected boolean |
useCacheStore
Deprecated.
True if CacheStoreInterceptor is in place.
|
protected boolean |
usingVersionedInvalidation
Deprecated.
|
configuration, log, trace
Constructor and Description |
---|
LegacyCacheLoaderInterceptor()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
dumpStatistics()
Deprecated.
Returns a map of statistics.
|
long |
getCacheLoaderLoads()
Deprecated.
|
long |
getCacheLoaderMisses()
Deprecated.
|
protected void |
injectDependencies(TransactionTable txTable,
CacheLoaderManager clm,
Configuration configuration,
DataContainer dataContainer,
LockManager lockManager,
Notifier notifier,
BuddyFqnTransformer buddyFqnTransformer)
Deprecated.
|
protected void |
lock(Fqn fqn,
LockType lockType,
boolean recursive,
InvocationContext ctx)
Deprecated.
|
protected void |
recordNodeLoaded(InvocationContext ctx,
Fqn fqn)
Deprecated.
|
void |
resetStatistics()
Deprecated.
Resets statistics gathered.
|
protected void |
startInterceptor()
Deprecated.
|
Object |
visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
Deprecated.
Visits a RemoveDataCommand.
|
Object |
visitGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
Deprecated.
Visits a GetChildrenNamesCommand.
|
Object |
visitGetDataMapCommand(InvocationContext ctx,
GetDataMapCommand command)
Deprecated.
Visits a GetDataMapCommand.
|
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.
|
Object |
visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
Deprecated.
Visits a RollbackCommand.
|
checkStatisticsUsed, getStatisticsEnabled, setStatisticsEnabled
getNext, handleDefault, hasNext, invokeNextInterceptor, setNext
visitCollection, visitCommitCommand, visitCreateNodeCommand, visitEvictFqnCommand, visitExistsNodeCommand, visitGravitateDataCommand, visitInvalidateCommand, visitOptimisticPrepareCommand, visitPrepareCommand
protected TransactionTable txTable
protected CacheLoader loader
protected DataContainer dataContainer
protected Notifier notifier
protected boolean isActivation
protected boolean usingVersionedInvalidation
protected BuddyFqnTransformer buddyFqnTransformer
protected boolean useCacheStore
protected void injectDependencies(TransactionTable txTable, CacheLoaderManager clm, Configuration configuration, DataContainer dataContainer, LockManager lockManager, Notifier notifier, BuddyFqnTransformer buddyFqnTransformer)
protected void startInterceptor()
public Object visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command) throws Throwable
Visitor
visitPutDataMapCommand
in interface Visitor
visitPutDataMapCommand
in class AbstractVisitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) throws Throwable
Visitor
visitPutKeyValueCommand
in interface Visitor
visitPutKeyValueCommand
in class AbstractVisitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitPutForExternalReadCommand(InvocationContext ctx, PutForExternalReadCommand command) throws Throwable
Visitor
visitPutForExternalReadCommand
in interface Visitor
visitPutForExternalReadCommand
in class AbstractVisitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitMoveCommand(InvocationContext ctx, MoveCommand command) throws Throwable
Visitor
visitMoveCommand
in interface Visitor
visitMoveCommand
in class AbstractVisitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command) throws Throwable
Visitor
visitGetKeyValueCommand
in interface Visitor
visitGetKeyValueCommand
in class AbstractVisitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitGetNodeCommand(InvocationContext ctx, GetNodeCommand command) throws Throwable
Visitor
visitGetNodeCommand
in interface Visitor
visitGetNodeCommand
in class AbstractVisitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitGetChildrenNamesCommand(InvocationContext ctx, GetChildrenNamesCommand command) throws Throwable
Visitor
visitGetChildrenNamesCommand
in interface Visitor
visitGetChildrenNamesCommand
in class AbstractVisitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitGetKeysCommand(InvocationContext ctx, GetKeysCommand command) throws Throwable
Visitor
visitGetKeysCommand
in interface Visitor
visitGetKeysCommand
in class AbstractVisitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitGetDataMapCommand(InvocationContext ctx, GetDataMapCommand command) throws Throwable
Visitor
visitGetDataMapCommand
in interface Visitor
visitGetDataMapCommand
in class AbstractVisitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitRollbackCommand(InvocationContext ctx, RollbackCommand command) throws Throwable
Visitor
visitRollbackCommand
in interface Visitor
visitRollbackCommand
in class AbstractVisitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command) throws Throwable
Visitor
visitRemoveNodeCommand
in interface Visitor
visitRemoveNodeCommand
in class AbstractVisitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command) throws Throwable
Visitor
visitRemoveKeyCommand
in interface Visitor
visitRemoveKeyCommand
in class AbstractVisitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitClearDataCommand(InvocationContext ctx, ClearDataCommand command) throws Throwable
Visitor
visitClearDataCommand
in interface Visitor
visitClearDataCommand
in class AbstractVisitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.protected void lock(Fqn fqn, LockType lockType, boolean recursive, InvocationContext ctx) throws Throwable
Throwable
public long getCacheLoaderLoads()
public long getCacheLoaderMisses()
public void resetStatistics()
JmxStatsCommandInterceptor
resetStatistics
in interface JmxStatisticsExposer
resetStatistics
in class JmxStatsCommandInterceptor
public Map<String,Object> dumpStatistics()
JmxStatsCommandInterceptor
dumpStatistics
in interface JmxStatisticsExposer
dumpStatistics
in class JmxStatsCommandInterceptor
protected void recordNodeLoaded(InvocationContext ctx, Fqn fqn)
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.