OperationType Enum
- java.
lang. Object - java.
lang. Enum<OperationType> - system.
fabric. OperationType
- system.
- java.
public enum OperationType
Specifies the type of operation that is received via the copy or replication stream.
Fields
AtomicGroupOperation |
Specifies that the operation is a part of an atomic group. |
CommitAtomicGroup |
Specifies that a particular atomic group to be committed. |
CreateAtomicGroup |
Specifies that a particular atomic group to be created. |
EndOfStream |
This supports the Service Fabric infrastructure and is not meant to be used directly from your code. |
HasAtomicGroupMask |
Specifies that the operation has an atomic group mask. |
Invalid |
Specifies that the operation is invalid. |
Normal |
Specifies that the operation is not part of an atomic group and should be processed as a standalone copy or replication operation. |
RollbackAtomicGroup |
Specifies that a particular atomic group should be rolled back. |
Methods
getValue()
public int getValue()
Gets the system.fabric.OperationType value.
Returns
Applies to
Azure SDK for Java