|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
java.lang.Enum
com.tangosol.net.events.PartitionedServiceDispatcher.TransferEvent.Type
public static final class PartitionedServiceDispatcher.TransferEvent.Type
The PartitionedServiceDispatcher.TransferEvent types.
| Field Summary | |
|---|---|
static PartitionedServiceDispatcher.TransferEvent.Type |
ARRIVEDThis PartitionedServiceDispatcher.TransferEvent is dispatched when a set of BinaryEntrys have been transferred to or restored by the current member. |
static PartitionedServiceDispatcher.TransferEvent.Type |
DEPARTINGThis PartitionedServiceDispatcher.TransferEvent is dispatched when a set of BinaryEntrys are being transferred from the current member. |
| Method Summary | |
|---|---|
static PartitionedServiceDispatcher.TransferEvent.Type |
valueOf(java.lang.String name) |
static PartitionedServiceDispatcher.TransferEvent.Type[] |
values() |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Field Detail |
|---|
public static final PartitionedServiceDispatcher.TransferEvent.Type DEPARTING
PartitionedServiceDispatcher.TransferEvent is dispatched when a set of BinaryEntrys are being transferred from the current member.public static final PartitionedServiceDispatcher.TransferEvent.Type ARRIVED
PartitionedServiceDispatcher.TransferEvent is dispatched when a set of BinaryEntrys have been transferred to or restored by the current member.| Method Detail |
|---|
public static PartitionedServiceDispatcher.TransferEvent.Type[] values()
public static PartitionedServiceDispatcher.TransferEvent.Type valueOf(java.lang.String name)
|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||