Class MetastoreServiceClient.ListLocksPage (0.3.0)

public static class MetastoreServiceClient.ListLocksPage extends AbstractPage<ListLocksRequest,ListLocksResponse,Lock,MetastoreServiceClient.ListLocksPage>

Inheritance

java.lang.Object > AbstractPage > MetastoreServiceClient.ListLocksPage

Methods

createPage(PageContext<ListLocksRequest,ListLocksResponse,Lock> context, ListLocksResponse response)

protected MetastoreServiceClient.ListLocksPage createPage(PageContext<ListLocksRequest,ListLocksResponse,Lock> context, ListLocksResponse response)
Parameters
NameDescription
contextPageContext<ListLocksRequest,ListLocksResponse,Lock>
responseListLocksResponse
Returns
TypeDescription
MetastoreServiceClient.ListLocksPage
Overrides

createPageAsync(PageContext<ListLocksRequest,ListLocksResponse,Lock> context, ApiFuture<ListLocksResponse> futureResponse)

public ApiFuture<MetastoreServiceClient.ListLocksPage> createPageAsync(PageContext<ListLocksRequest,ListLocksResponse,Lock> context, ApiFuture<ListLocksResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListLocksRequest,ListLocksResponse,Lock>
futureResponseApiFuture<ListLocksResponse>
Returns
TypeDescription
ApiFuture<ListLocksPage>
Overrides