Package | Description |
---|---|
com.oracle.bmc.loganalytics | |
com.oracle.bmc.loganalytics.requests |
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) |
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 |
---|---|
QueryRequest |
QueryRequest.Builder.build()
Build the instance of QueryRequest as configured by this builder
|
QueryRequest |
QueryRequest.Builder.buildWithoutInvocationCallback()
Build the instance of QueryRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
QueryRequest.Builder |
QueryRequest.Builder.copy(QueryRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.