@Beta public interface PostCanCommitStep extends ThreePhaseCommitStep
NOOP
implementation.Modifier and Type | Field and Description |
---|---|
static PostCanCommitStep |
NOOP
No-op implementation of abort, pre-commit and commit steps.
|
static @NonNull com.google.common.util.concurrent.FluentFuture<PostCanCommitStep> |
NOOP_SUCCESSFUL_FUTURE |
NOOP_ABORT_FUTURE
Modifier and Type | Method and Description |
---|---|
@NonNull com.google.common.util.concurrent.ListenableFuture<? extends PostPreCommitStep> |
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.
|
abort
static final PostCanCommitStep NOOP
static final @NonNull com.google.common.util.concurrent.FluentFuture<PostCanCommitStep> NOOP_SUCCESSFUL_FUTURE
@NonNull com.google.common.util.concurrent.ListenableFuture<? extends PostPreCommitStep> preCommit()
Copyright © 2019 OpenDaylight. All rights reserved.