Package | Description |
---|---|
com.oracle.bmc.loganalytics | |
com.oracle.bmc.loganalytics.requests |
Modifier and Type | Method and Description |
---|---|
GetQueryResultResponse |
LogAnalytics.getQueryResult(GetQueryResultRequest request)
Returns the intermediate results for a query that was specified to run asynchronously if the
query has not completed, otherwise the final query results identified by a queryWorkRequestId
returned when submitting the query execute asynchronously.
|
GetQueryResultResponse |
LogAnalyticsClient.getQueryResult(GetQueryResultRequest request) |
Future<GetQueryResultResponse> |
LogAnalyticsAsyncClient.getQueryResult(GetQueryResultRequest request,
AsyncHandler<GetQueryResultRequest,GetQueryResultResponse> handler) |
Future<GetQueryResultResponse> |
LogAnalyticsAsync.getQueryResult(GetQueryResultRequest request,
AsyncHandler<GetQueryResultRequest,GetQueryResultResponse> handler)
Returns the intermediate results for a query that was specified to run asynchronously if the
query has not completed, otherwise the final query results identified by a queryWorkRequestId
returned when submitting the query execute asynchronously.
|
Modifier and Type | Method and Description |
---|---|
Future<GetQueryResultResponse> |
LogAnalyticsAsyncClient.getQueryResult(GetQueryResultRequest request,
AsyncHandler<GetQueryResultRequest,GetQueryResultResponse> handler) |
Future<GetQueryResultResponse> |
LogAnalyticsAsync.getQueryResult(GetQueryResultRequest request,
AsyncHandler<GetQueryResultRequest,GetQueryResultResponse> handler)
Returns the intermediate results for a query that was specified to run asynchronously if the
query has not completed, otherwise the final query results identified by a queryWorkRequestId
returned when submitting the query execute asynchronously.
|
Modifier and Type | Method and Description |
---|---|
GetQueryResultRequest |
GetQueryResultRequest.Builder.build()
Build the instance of GetQueryResultRequest as configured by this builder
|
GetQueryResultRequest |
GetQueryResultRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetQueryResultRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetQueryResultRequest.Builder |
GetQueryResultRequest.Builder.copy(GetQueryResultRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.