class DataStructureEventArg extends AnyRef
This object is received when a collection event is raised and delegate
onDataStructureChanged
is executed. This class
contains necessary information to identify the event and perform necessary
actions accordingly.
- Alphabetic
- By Inheritance
- DataStructureEventArg
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new DataStructureEventArg(internalArg: <error>)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
getCacheName: String
Gets the name of cache the collection event is registered against.
Gets the name of cache the collection event is registered against.
- returns
The name of cache the collection event is registered against.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getCollectionItem: Any
Gets current the collection item.
Gets current the collection item.
- returns
The current collection item.
-
def
getCollectionType: DistributedDataStructure
The type of collection, pertaining to
DistributedDataStructure
,returned on fire of collection event.The type of collection, pertaining to
DistributedDataStructure
,returned on fire of collection event.- returns
The DistributedDataStructure enum.
-
def
getEventType: <EventType>
Gets the type of the event.
Gets the type of the event.
- returns
The EventType enum.
-
def
getOldCollectionItem: Any
Gets the previous value of the collection item.
Gets the previous value of the collection item. This is only populated in case of update operation.
- returns
The previous value of the collection item.
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated