class Operation : ProtocolMessageEnum
Protobuf enum io.floodplain.protobuf.generated.ReplicationMessageProtobuf.Operation
NONE |
|
INSERT |
|
UPDATE |
|
DELETE |
|
COMMIT |
|
MERGE |
|
INITIAL |
|
UNRECOGNIZED |
COMMIT_VALUE |
static val COMMIT_VALUE: Int |
DELETE_VALUE |
static val DELETE_VALUE: Int |
INITIAL_VALUE |
static val INITIAL_VALUE: Int |
INSERT_VALUE |
static val INSERT_VALUE: Int |
MERGE_VALUE |
static val MERGE_VALUE: Int |
NONE_VALUE |
static val NONE_VALUE: Int |
UPDATE_VALUE |
static val UPDATE_VALUE: Int |
forNumber |
static fun forNumber(value: Int): Operation! |
getDescriptor |
static fun getDescriptor(): EnumDescriptor! |
getDescriptorForType |
fun getDescriptorForType(): EnumDescriptor! |
getNumber |
fun getNumber(): Int |
getValueDescriptor |
fun getValueDescriptor(): EnumValueDescriptor! |
internalGetValueMap |
static fun internalGetValueMap(): EnumLiteMap<Operation!>! |
valueOf |
static fun valueOf(value: Int): Operation!static fun valueOf(desc: EnumValueDescriptor!): Operation! |