| 限定符和类型 | 方法和说明 |
|---|---|
ListStreamResponse |
SyncClientInterface.listStream(ListStreamRequest listStreamRequest)
Get the entire Stream list under the user's current instance or the Stream of a specific table.
|
ListStreamResponse |
SyncClient.listStream(ListStreamRequest listStreamRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
Future<ListStreamResponse> |
AsyncClientInterface.listStream(ListStreamRequest listStreamRequest,
TableStoreCallback<ListStreamRequest,ListStreamResponse> callback)
Get the entire Stream list under the user's current instance or the Stream of a specific table.
|
Future<ListStreamResponse> |
AsyncClient.listStream(ListStreamRequest request,
TableStoreCallback<ListStreamRequest,ListStreamResponse> callback) |
Future<ListStreamResponse> |
InternalClient.listStream(ListStreamRequest request,
TableStoreCallback<ListStreamRequest,ListStreamResponse> callback) |
| 限定符和类型 | 方法和说明 |
|---|---|
Future<ListStreamResponse> |
AsyncClientInterface.listStream(ListStreamRequest listStreamRequest,
TableStoreCallback<ListStreamRequest,ListStreamResponse> callback)
Get the entire Stream list under the user's current instance or the Stream of a specific table.
|
Future<ListStreamResponse> |
AsyncClient.listStream(ListStreamRequest request,
TableStoreCallback<ListStreamRequest,ListStreamResponse> callback) |
Future<ListStreamResponse> |
InternalClient.listStream(ListStreamRequest request,
TableStoreCallback<ListStreamRequest,ListStreamResponse> callback) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ListStreamLauncher.fire(ListStreamRequest req,
com.aliyun.ots.thirdparty.org.apache.http.concurrent.FutureCallback<ListStreamResponse> cb) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected ListStreamResponse |
ListStreamResponseConsumer.parseResult() |
| 构造器和说明 |
|---|
ListStreamResponseConsumer(ResultParser resultParser,
TraceLogger traceLogger,
RetryStrategy retry,
ListStreamResponse lastResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListStreamResponse |
ResponseFactory.createListStreamResponse(ResponseContentWithMeta response,
OtsInternalApi.ListStreamResponse listStreamResponse) |
Copyright © 2025. All Rights Reserved.