|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.cache.marshall.MethodDeclarations
public class MethodDeclarations
Class containing Method and Method id definitions as well methods allowing lookup operations both ways.
Constructor Summary | |
---|---|
MethodDeclarations()
|
Method Summary | |
---|---|
static java.lang.reflect.Method |
getUnversionedMethod(int methodId)
Counterpart to getVersionedMethod(int) |
static java.lang.reflect.Method |
getVersionedMethod(int methodId)
Returns the versioned equivalent of a crud method. |
static boolean |
isCrudMethod(int id)
|
static boolean |
isCrudMethod(java.lang.reflect.Method m)
Returns true if the method is a CRUD method. |
static boolean |
isDataGravitationMethod(int methodId)
|
static boolean |
isGetMethod(int methodId)
|
static boolean |
isOptimisticPutMethod(java.lang.reflect.Method method)
Returns true if the method passed in is one of the put or put-with-versioning methods. |
protected static java.lang.reflect.Method |
lookupMethod(int id)
|
protected static int |
lookupMethodId(java.lang.reflect.Method method)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.reflect.Method putDataMethodLocal
public static final java.lang.reflect.Method putDataEraseMethodLocal
public static final java.lang.reflect.Method putKeyValMethodLocal
public static final java.lang.reflect.Method putFailFastKeyValueMethodLocal
public static final java.lang.reflect.Method removeNodeMethodLocal
public static final java.lang.reflect.Method removeKeyMethodLocal
public static final java.lang.reflect.Method removeDataMethodLocal
public static final java.lang.reflect.Method evictNodeMethodLocal
public static final java.lang.reflect.Method evictVersionedNodeMethodLocal
public static final java.lang.reflect.Method prepareMethod
public static final java.lang.reflect.Method commitMethod
public static final java.lang.reflect.Method rollbackMethod
public static final java.lang.reflect.Method replicateMethod
public static final java.lang.reflect.Method replicateAllMethod
public static final java.lang.reflect.Method addChildMethodLocal
public static final java.lang.reflect.Method getKeyValueMethodLocal
public static final java.lang.reflect.Method getNodeMethodLocal
public static final java.lang.reflect.Method getKeysMethodLocal
public static final java.lang.reflect.Method getChildrenNamesMethodLocal
public static final java.lang.reflect.Method getDataMapMethodLocal
public static final java.lang.reflect.Method existsMethod
public static final java.lang.reflect.Method releaseAllLocksMethodLocal
public static final java.lang.reflect.Method printMethodLocal
public static final java.lang.reflect.Method lockMethodLocal
public static final java.lang.reflect.Method optimisticPrepareMethod
public static final java.lang.reflect.Method getPartialStateMethod
public static final java.lang.reflect.Method enqueueMethodCallMethod
public static final java.lang.reflect.Method notifyCallOnInactiveMethod
public static final java.lang.reflect.Method clusteredGetMethod
public static final java.lang.reflect.Method remoteAssignToBuddyGroupMethod
public static final java.lang.reflect.Method remoteRemoveFromBuddyGroupMethod
public static final java.lang.reflect.Method remoteAnnounceBuddyPoolNameMethod
public static final java.lang.reflect.Method dataGravitationCleanupMethod
public static final java.lang.reflect.Method dataGravitationMethod
public static final java.lang.reflect.Method putDataVersionedMethodLocal
public static final java.lang.reflect.Method putDataEraseVersionedMethodLocal
public static final java.lang.reflect.Method putKeyValVersionedMethodLocal
public static final java.lang.reflect.Method removeNodeVersionedMethodLocal
public static final java.lang.reflect.Method removeKeyVersionedMethodLocal
public static final java.lang.reflect.Method removeDataVersionedMethodLocal
public static final int putDataMethodLocal_id
public static final int putDataEraseMethodLocal_id
public static final int putKeyValMethodLocal_id
public static final int putFailFastKeyValueMethodLocal_id
public static final int removeNodeMethodLocal_id
public static final int removeKeyMethodLocal_id
public static final int removeDataMethodLocal_id
public static final int evictNodeMethodLocal_id
public static final int evictVersionedNodeMethodLocal_id
public static final int prepareMethod_id
public static final int commitMethod_id
public static final int rollbackMethod_id
public static final int replicateMethod_id
public static final int replicateAllMethod_id
public static final int addChildMethodLocal_id
public static final int existsMethod_id
public static final int releaseAllLocksMethodLocal_id
public static final int optimisticPrepareMethod_id
public static final int getPartialStateMethod_id
public static final int enqueueMethodCallMethod_id
public static final int notifyCallOnInactiveMethod_id
public static final int clusteredGetMethod_id
public static final int getChildrenNamesMethodLocal_id
public static final int getDataMapMethodLocal_id
public static final int getKeysMethodLocal_id
public static final int getKeyValueMethodLocal_id
public static final int dispatchRpcCallMethod_id
public static final int remoteAnnounceBuddyPoolNameMethod_id
public static final int remoteAssignToBuddyGroupMethod_id
public static final int remoteRemoveFromBuddyGroupMethod_id
public static final int getNodeMethodLocal_id
public static final int printMethodLocal_id
public static final int lockMethodLocal_id
public static final int dataGravitationCleanupMethod_id
public static final int dataGravitationMethod_id
public static final int putDataVersionedMethodLocal_id
public static final int putDataEraseVersionedMethodLocal_id
public static final int putKeyValVersionedMethodLocal_id
public static final int removeNodeVersionedMethodLocal_id
public static final int removeKeyVersionedMethodLocal_id
public static final int removeDataVersionedMethodLocal_id
Constructor Detail |
---|
public MethodDeclarations()
Method Detail |
---|
protected static int lookupMethodId(java.lang.reflect.Method method)
protected static java.lang.reflect.Method lookupMethod(int id)
public static boolean isCrudMethod(java.lang.reflect.Method m)
public static boolean isCrudMethod(int id)
public static java.lang.reflect.Method getVersionedMethod(int methodId)
public static boolean isOptimisticPutMethod(java.lang.reflect.Method method)
public static java.lang.reflect.Method getUnversionedMethod(int methodId)
getVersionedMethod(int)
public static boolean isDataGravitationMethod(int methodId)
public static boolean isGetMethod(int methodId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |