K
- V
- public interface PRDistributedMapEntryEvent<K,V>
Modifier and Type | Interface and Description |
---|---|
static class |
PRDistributedMapEntryEvent.PRDistributedMapEntryEventType |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Modifier and Type | Method and Description |
---|---|
PRDistributedMapEntryEvent.PRDistributedMapEntryEventType |
getEventType()
Return the event type of this entry event
|
K |
getKey()
Returns the key of the entry event
|
java.lang.String |
getName()
Returns the name of the entry event
|
V |
getOldValue()
Returns the old value of the entry event
|
V |
getValue()
Returns the value of the entry event
|
java.lang.String |
toString() |
static final java.lang.String COPYRIGHT
static final java.lang.String VERSION
java.lang.String getName()
K getKey()
V getOldValue()
V getValue()
PRDistributedMapEntryEvent.PRDistributedMapEntryEventType getEventType()
java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2018 Pegasystems Inc. All Rights Reserved.