Package com.strongdm.api
Class Queries
java.lang.Object
com.strongdm.api.Queries
A Query is a record of a single client request to a resource, such as a SQL query.
Long-running SSH, RDP, or Kubernetes interactive sessions also count as queries.
The Queries service is read-only.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList gets a list of Queries matching a given set of criteria.withDeadlineAfter
(long duration, TimeUnit units) This function returns a copy of the Queries service which has the given deadline set for all method calls.
-
Constructor Details
-
Queries
-
-
Method Details
-
withDeadlineAfter
This function returns a copy of the Queries service which has the given deadline set for all method calls. -
list
List gets a list of Queries matching a given set of criteria.- Throws:
RpcException
-