com.neeve.ods
Enum StoreReplicatorOperation

java.lang.Object
  extended by java.lang.Enum<StoreReplicatorOperation>
      extended by com.neeve.ods.StoreReplicatorOperation
All Implemented Interfaces:
Serializable, Comparable<StoreReplicatorOperation>

public enum StoreReplicatorOperation
extends Enum<StoreReplicatorOperation>

Enumerates the set of operations performed by a store replicator


Enum Constant Summary
Close
           
CommitEnd
           
CommitEntryPut
           
CommitEntryRemove
           
CommitEntrySend
           
CommitEntryUpdate
           
CommitStart
           
CompleteMemberInit
           
Fail
           
HandleEntityAdd
           
HandleEntityRemove
           
Open
           
ProcessMemberConnect
           
ProcessMemberConnectReply
           
ProcessMemberFound
           
ProcessMemberHandshakeBackupHello
           
ProcessMemberHandshakePrimaryHello
           
ProcessMemberLost
           
ProcessMemberTableOpenWaitCompletion
           
SendMemberInitEntry
           
StartMemberHandshake
           
StartMemberInit
           
 
Method Summary
static StoreReplicatorOperation valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StoreReplicatorOperation[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Open

public static final StoreReplicatorOperation Open

HandleEntityAdd

public static final StoreReplicatorOperation HandleEntityAdd

HandleEntityRemove

public static final StoreReplicatorOperation HandleEntityRemove

ProcessMemberFound

public static final StoreReplicatorOperation ProcessMemberFound

ProcessMemberConnect

public static final StoreReplicatorOperation ProcessMemberConnect

ProcessMemberConnectReply

public static final StoreReplicatorOperation ProcessMemberConnectReply

StartMemberHandshake

public static final StoreReplicatorOperation StartMemberHandshake

ProcessMemberHandshakePrimaryHello

public static final StoreReplicatorOperation ProcessMemberHandshakePrimaryHello

ProcessMemberHandshakeBackupHello

public static final StoreReplicatorOperation ProcessMemberHandshakeBackupHello

StartMemberInit

public static final StoreReplicatorOperation StartMemberInit

SendMemberInitEntry

public static final StoreReplicatorOperation SendMemberInitEntry

CompleteMemberInit

public static final StoreReplicatorOperation CompleteMemberInit

ProcessMemberTableOpenWaitCompletion

public static final StoreReplicatorOperation ProcessMemberTableOpenWaitCompletion

CommitStart

public static final StoreReplicatorOperation CommitStart

CommitEntryPut

public static final StoreReplicatorOperation CommitEntryPut

CommitEntryUpdate

public static final StoreReplicatorOperation CommitEntryUpdate

CommitEntryRemove

public static final StoreReplicatorOperation CommitEntryRemove

CommitEntrySend

public static final StoreReplicatorOperation CommitEntrySend

CommitEnd

public static final StoreReplicatorOperation CommitEnd

ProcessMemberLost

public static final StoreReplicatorOperation ProcessMemberLost

Fail

public static final StoreReplicatorOperation Fail

Close

public static final StoreReplicatorOperation Close
Method Detail

values

public static StoreReplicatorOperation[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (StoreReplicatorOperation c : StoreReplicatorOperation.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static StoreReplicatorOperation valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.