public class BatchAppendFuture<T> extends AppendFuture<T>
createTimeMs, timeOutMs| 构造器和说明 |
|---|
BatchAppendFuture() |
BatchAppendFuture(long timeOutMs) |
| 限定符和类型 | 方法和说明 |
|---|---|
long[] |
getPositions() |
static <T> BatchAppendFuture<T> |
newCompletedFuture(long pos,
T value) |
void |
setPositions(long[] positions) |
getPos, setPosgetCreateTimeMs, getTimeOutMs, isTimeOut, setCreateTimeMs, setTimeOutMsacceptEither, acceptEitherAsync, acceptEitherAsync, allOf, anyOf, applyToEither, applyToEitherAsync, applyToEitherAsync, cancel, complete, completedFuture, completeExceptionally, exceptionally, get, get, getNow, getNumberOfDependents, handle, handleAsync, handleAsync, isCancelled, isCompletedExceptionally, isDone, join, obtrudeException, obtrudeValue, runAfterBoth, runAfterBothAsync, runAfterBothAsync, runAfterEither, runAfterEitherAsync, runAfterEitherAsync, runAsync, runAsync, supplyAsync, supplyAsync, thenAccept, thenAcceptAsync, thenAcceptAsync, thenAcceptBoth, thenAcceptBothAsync, thenAcceptBothAsync, thenApply, thenApplyAsync, thenApplyAsync, thenCombine, thenCombineAsync, thenCombineAsync, thenCompose, thenComposeAsync, thenComposeAsync, thenRun, thenRunAsync, thenRunAsync, toCompletableFuture, toString, whenComplete, whenCompleteAsync, whenCompleteAsyncpublic BatchAppendFuture()
public BatchAppendFuture(long timeOutMs)
public long[] getPositions()
public void setPositions(long[] positions)
public static <T> BatchAppendFuture<T> newCompletedFuture(long pos, T value)
Copyright © 2020. All Rights Reserved.