Package | Description |
---|---|
net.ravendb.abstractions.data |
Modifier and Type | Method and Description |
---|---|
ReplicationOperationTypes |
ReplicationConflictNotification.getOperationType()
Operation type on which conflict occurred (Put, Delete).
|
static ReplicationOperationTypes |
ReplicationOperationTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationOperationTypes[] |
ReplicationOperationTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationConflictNotification.setOperationType(ReplicationOperationTypes operationType)
Operation type on which conflict occurred (Put, Delete).
|
Copyright © 2016. All Rights Reserved.