Package | Description |
---|---|
org.opendaylight.mdsal.common.api |
Modifier and Type | Field and Description |
---|---|
static PostPreCommitStep |
PostPreCommitStep.NOOP
No-op implementation of
ThreePhaseCommitStep.abort() and commit() method, which always success
calls. |
Modifier and Type | Field and Description |
---|---|
static com.google.common.util.concurrent.ListenableFuture<? extends PostPreCommitStep> |
PostPreCommitStep.NOOP_FUTURE |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends PostPreCommitStep> |
PostCanCommitStep.preCommit()
Initiates a pre-commit of associated request
Implementation MUST NOT do any blocking calls during this callback, all pre-commit
preparation SHOULD happen asynchronously and MUST result in completing returned future
object.
|
Copyright © 2019 OpenDaylight. All rights reserved.