@Beta
public interface ThreePhaseCommitStep
PostCanCommitStep
and PostPreCommitStep
which
allows to customize pre-commit, commit and abort actions.Modifier and Type | Field and Description |
---|---|
static @NonNull com.google.common.util.concurrent.ListenableFuture<?> |
NOOP_ABORT_FUTURE |
Modifier and Type | Method and Description |
---|---|
@NonNull com.google.common.util.concurrent.ListenableFuture<?> |
abort()
Invoked on transaction aborted.
|
static final @NonNull com.google.common.util.concurrent.ListenableFuture<?> NOOP_ABORT_FUTURE
@NonNull com.google.common.util.concurrent.ListenableFuture<?> abort()
Copyright © 2019 OpenDaylight. All rights reserved.