public static final class InvalidationSet.Invalidation
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getInvalidationType()
Returns the type of invalidation.
|
java.lang.Object[] |
getKey()
Returns the invalidation key array.
|
int |
getTopicDepth()
Returns the number of key elements to be used for invalidation.
|
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.Object[] getKey()
getTopicDepth()! This is mainly because we re-use complete AbstractCacheUnit keys for
invalidation instead of creating new arrays all the time.getTopicDepth()public int getTopicDepth()
getKey()public int getInvalidationType()
AbstractCacheUnit.INVALIDATIONTYPE_MODIFIED or
AbstractCacheUnit.INVALIDATIONTYPE_REMOVED.public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2018 SAP SE. All Rights Reserved.