Class RetrieveOneAclQuery
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<RetrieveOneAclQuery.Result>
com.illumon.iris.db.v2.permissions.RetrieveOneAclQuery
- All Implemented Interfaces:
RemoteQuery<RetrieveOneAclQuery.Result>
,Serializable
A
ContextAwareRemoteQuery
that retrieves a single ACL.- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionRetrieveOneAclQuery
(String group, String namespace, String tableName) Construct a query that retrieves one Row ACL for the specified group, table and namespace.RetrieveOneAclQuery
(String group, String namespace, String tableName, String columns) Construct a query that retrieves one Column ACL for the specified group, table and namespace. -
Method Summary
Modifier and TypeMethodDescriptionExecute a query on a remote host.Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext
-
Constructor Details
-
RetrieveOneAclQuery
Construct a query that retrieves one Row ACL for the specified group, table and namespace.- Parameters:
group
- the group of the aclnamespace
- the namespacetableName
- the table name
-
RetrieveOneAclQuery
Construct a query that retrieves one Column ACL for the specified group, table and namespace.- Parameters:
group
- the group of the ACLnamespace
- the namespacetableName
- the table namecolumns
- the applicable columns
-
-
Method Details
-
execute
Description copied from interface:RemoteQuery
Execute a query on a remote host.- Parameters:
database
- database to use for execution.- Returns:
- result of the query.
-