| Modifier and Type | Method and Description |
|---|---|
ListStreamResponse |
SyncClient.listStream(ListStreamRequest listStreamRequest) |
ListStreamResponse |
SyncClientInterface.listStream(ListStreamRequest listStreamRequest)
获取用户当前实例下的全部Stream列表或者特定表下的Stream。
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListStreamResponse> |
AsyncClient.listStream(ListStreamRequest request,
TableStoreCallback<ListStreamRequest,ListStreamResponse> callback) |
Future<ListStreamResponse> |
AsyncClientInterface.listStream(ListStreamRequest listStreamRequest,
TableStoreCallback<ListStreamRequest,ListStreamResponse> callback)
获取用户当前实例下的全部Stream列表或者特定表下的Stream。
|
Future<ListStreamResponse> |
InternalClient.listStream(ListStreamRequest request,
TableStoreCallback<ListStreamRequest,ListStreamResponse> callback) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListStreamResponse> |
AsyncClient.listStream(ListStreamRequest request,
TableStoreCallback<ListStreamRequest,ListStreamResponse> callback) |
Future<ListStreamResponse> |
AsyncClientInterface.listStream(ListStreamRequest listStreamRequest,
TableStoreCallback<ListStreamRequest,ListStreamResponse> callback)
获取用户当前实例下的全部Stream列表或者特定表下的Stream。
|
Future<ListStreamResponse> |
InternalClient.listStream(ListStreamRequest request,
TableStoreCallback<ListStreamRequest,ListStreamResponse> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
ListStreamLauncher.fire(ListStreamRequest req,
org.apache.http.concurrent.FutureCallback<ListStreamResponse> cb) |
| Modifier and Type | Method and Description |
|---|---|
protected ListStreamResponse |
ListStreamResponseConsumer.parseResult() |
| Constructor and Description |
|---|
ListStreamResponseConsumer(ResultParser resultParser,
TraceLogger traceLogger,
RetryStrategy retry,
ListStreamResponse lastResult) |
| Modifier and Type | Method and Description |
|---|---|
static ListStreamResponse |
ResponseFactory.createListStreamResponse(ResponseContentWithMeta response,
OtsInternalApi.ListStreamResponse listStreamResponse) |
Copyright © 2024. All Rights Reserved.