public static class MetastoreServiceClient.ListLocksPage extends AbstractPage<ListLocksRequest,ListLocksResponse,Lock,MetastoreServiceClient.ListLocksPage>
Methods
createPage(PageContext<ListLocksRequest,ListLocksResponse,Lock> context, ListLocksResponse response)
protected MetastoreServiceClient.ListLocksPage createPage(PageContext<ListLocksRequest,ListLocksResponse,Lock> context, ListLocksResponse response)
Parameters | |
---|---|
Name | Description |
context | PageContext<ListLocksRequest,ListLocksResponse,Lock> |
response | ListLocksResponse |
Returns | |
---|---|
Type | Description |
MetastoreServiceClient.ListLocksPage |
createPageAsync(PageContext<ListLocksRequest,ListLocksResponse,Lock> context, ApiFuture<ListLocksResponse> futureResponse)
public ApiFuture<MetastoreServiceClient.ListLocksPage> createPageAsync(PageContext<ListLocksRequest,ListLocksResponse,Lock> context, ApiFuture<ListLocksResponse> futureResponse)
Parameters | |
---|---|
Name | Description |
context | PageContext<ListLocksRequest,ListLocksResponse,Lock> |
futureResponse | ApiFuture<ListLocksResponse> |
Returns | |
---|---|
Type | Description |
ApiFuture<ListLocksPage> |