Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


com.tangosol.net.events
Class PartitionedServiceDispatcher.TransferEvent.Type

java.lang.Object
  extended by java.lang.Enum
      extended by com.tangosol.net.events.PartitionedServiceDispatcher.TransferEvent.Type

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
PartitionedServiceDispatcher.TransferEvent

public static final class PartitionedServiceDispatcher.TransferEvent.Type
extends java.lang.Enum

The PartitionedServiceDispatcher.TransferEvent types.

See Also:
Serialized Form

Field Summary
static PartitionedServiceDispatcher.TransferEvent.Type ARRIVED
          This PartitionedServiceDispatcher.TransferEvent is dispatched when a set of BinaryEntrys have been transferred to or restored by the current member.
static PartitionedServiceDispatcher.TransferEvent.Type DEPARTING
          This 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

DEPARTING

public static final PartitionedServiceDispatcher.TransferEvent.Type DEPARTING
This PartitionedServiceDispatcher.TransferEvent is dispatched when a set of BinaryEntrys are being transferred from the current member.

ARRIVED

public static final PartitionedServiceDispatcher.TransferEvent.Type ARRIVED
This PartitionedServiceDispatcher.TransferEvent is dispatched when a set of BinaryEntrys have been transferred to or restored by the current member.

Method Detail

values

public static PartitionedServiceDispatcher.TransferEvent.Type[] values()

valueOf

public static PartitionedServiceDispatcher.TransferEvent.Type valueOf(java.lang.String name)

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.