Package | Description |
---|---|
com.oracle.bmc.loganalytics | |
com.oracle.bmc.loganalytics.responses |
Modifier and Type | Method and Description |
---|---|
QueryResponse |
LogAnalytics.query(QueryRequest request)
Performs a log analytics search, if shouldRunAsync is false returns the query results once
they become available subject to 60 second timeout.
|
QueryResponse |
LogAnalyticsClient.query(QueryRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<QueryResponse> |
LogAnalyticsAsyncClient.query(QueryRequest request,
AsyncHandler<QueryRequest,QueryResponse> handler) |
Future<QueryResponse> |
LogAnalyticsAsync.query(QueryRequest request,
AsyncHandler<QueryRequest,QueryResponse> handler)
Performs a log analytics search, if shouldRunAsync is false returns the query results once
they become available subject to 60 second timeout.
|
Modifier and Type | Method and Description |
---|---|
Future<QueryResponse> |
LogAnalyticsAsyncClient.query(QueryRequest request,
AsyncHandler<QueryRequest,QueryResponse> handler) |
Future<QueryResponse> |
LogAnalyticsAsync.query(QueryRequest request,
AsyncHandler<QueryRequest,QueryResponse> handler)
Performs a log analytics search, if shouldRunAsync is false returns the query results once
they become available subject to 60 second timeout.
|
Modifier and Type | Method and Description |
---|---|
QueryResponse |
QueryResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
QueryResponse.Builder |
QueryResponse.Builder.copy(QueryResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.