Class GroupStrategyExistsQuery
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<Boolean>
com.illumon.iris.db.v2.permissions.GroupStrategyExistsQuery
- All Implemented Interfaces:
RemoteQuery<Boolean>
,Serializable
public class GroupStrategyExistsQuery extends ContextAwareRemoteQuery<Boolean>
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description GroupStrategyExistsQuery(String group, String strategy)
-
Method Summary
Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext
-
Constructor Details
-
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.
-