|
||||||||||
| 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.BaseRpcInterceptor
org.jboss.cache.interceptors.LegacyDataGravitatorInterceptor
org.jboss.cache.interceptors.DataGravitatorInterceptor
public class DataGravitatorInterceptor
MVCC specific version of the LegacyDataGravitatorInterceptor
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jboss.cache.interceptors.LegacyDataGravitatorInterceptor |
|---|
LegacyDataGravitatorInterceptor.ResponseValidityFilter |
| Field Summary |
|---|
| Fields inherited from class org.jboss.cache.interceptors.BaseRpcInterceptor |
|---|
defaultSynchronous, rpcManager, txTable |
| Fields inherited from class org.jboss.cache.interceptors.base.CommandInterceptor |
|---|
configuration, log, trace |
| Constructor Summary | |
|---|---|
DataGravitatorInterceptor()
|
|
| Method Summary | |
|---|---|
void |
injectMvccNodeHelper(MVCCNodeHelper helper)
|
protected boolean |
nodeDoesNotExist(InvocationContext ctx,
Fqn fqn)
|
protected void |
wrapIfNeeded(InvocationContext ctx,
Fqn fqnToWrap)
|
| Methods inherited from class org.jboss.cache.interceptors.LegacyDataGravitatorInterceptor |
|---|
injectComponents, visitCommitCommand, visitGetChildrenNamesCommand, visitGetDataMapCommand, visitGetKeysCommand, visitGetKeyValueCommand, visitGetNodeCommand, visitOptimisticPrepareCommand, visitPrepareCommand, visitRollbackCommand |
| Methods inherited from class org.jboss.cache.interceptors.BaseRpcInterceptor |
|---|
checkResponses, injectComponents, isLocalModeForced, isSynchronous, isTransactionalAndLocal, replicateCall, replicateCall, replicateCall, replicateCall, skipReplicationOfTransactionMethod |
| Methods inherited from class org.jboss.cache.interceptors.base.CommandInterceptor |
|---|
getNext, handleDefault, hasNext, invokeNextInterceptor, setNext |
| Methods inherited from class org.jboss.cache.commands.AbstractVisitor |
|---|
visitClearDataCommand, visitCollection, visitCreateNodeCommand, visitEvictFqnCommand, visitExistsNodeCommand, visitGravitateDataCommand, visitInvalidateCommand, visitMoveCommand, visitPutDataMapCommand, visitPutForExternalReadCommand, visitPutKeyValueCommand, visitRemoveKeyCommand, visitRemoveNodeCommand |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataGravitatorInterceptor()
| Method Detail |
|---|
public void injectMvccNodeHelper(MVCCNodeHelper helper)
protected boolean nodeDoesNotExist(InvocationContext ctx,
Fqn fqn)
nodeDoesNotExist in class LegacyDataGravitatorInterceptorctx - invocation contextfqn - fqn to test
protected void wrapIfNeeded(InvocationContext ctx,
Fqn fqnToWrap)
throws java.lang.InterruptedException
wrapIfNeeded in class LegacyDataGravitatorInterceptorjava.lang.InterruptedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||