T - type of the object that provides details about the operation.public abstract class BaseWriteOperation<T> extends Object implements WriteOperation<T>
WriteOperation implementations.WriteOperation.OperationType| Modifier | Constructor and Description |
|---|---|
protected |
BaseWriteOperation(T details)
Create the operation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
T |
getDetails() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetTypeprotected BaseWriteOperation(T details)
details - details about the operation. Must not be null.public T getDetails()
getDetails in interface WriteOperation<T>Copyright © 2013-2016–2020 Graph Aware Limited. All rights reserved.