Class ShardDataTreeCohort
java.lang.Object
org.opendaylight.controller.cluster.datastore.ShardDataTreeCohort
- All Implemented Interfaces:
Identifiable<TransactionIdentifier>
public abstract class ShardDataTreeCohort
extends Object
implements Identifiable<TransactionIdentifier>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionabstract void
abort
(FutureCallback<Empty> callback) abstract void
canCommit
(FutureCallback<Empty> callback) abstract void
commit
(FutureCallback<UnsignedLong> callback) abstract ShardDataTreeCohort.State
getState()
abstract boolean
isFailed()
abstract void
preCommit
(FutureCallback<DataTreeCandidate> callback) final String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opendaylight.yangtools.concepts.Identifiable
getIdentifier