构造器和说明 |
---|
TimelineCallbackImpledFuture() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
cancel(boolean mayInterruptIfRunning) |
Entry |
get() |
Entry |
get(long timeout,
TimeUnit unit) |
boolean |
isCancelled() |
boolean |
isDone() |
void |
onCompleted(Message request,
Entry result) |
void |
onFailed(Message request,
Exception ex) |
TimelineCallbackImpledFuture<Message,Entry> |
watchBy(TableStoreCallback<Message,Entry> callback) |
public boolean isCancelled()
isCancelled
在接口中 Future<Entry>
public Entry get() throws InterruptedException, ExecutionException
get
在接口中 Future<Entry>
InterruptedException
ExecutionException
public Entry get(long timeout, TimeUnit unit) throws TimeoutException, InterruptedException, ExecutionException
get
在接口中 Future<Entry>
TimeoutException
InterruptedException
ExecutionException
public TimelineCallbackImpledFuture<Message,Entry> watchBy(TableStoreCallback<Message,Entry> callback)
Copyright © 2019. All Rights Reserved.