Package com.illumon.iris.schemaeditor
Class SchemaDeployQuery
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<Boolean>
com.illumon.iris.schemaeditor.SchemaDeployQuery
- All Implemented Interfaces:
RemoteQuery<Boolean>
,Serializable
Remote query to deploy a new or updated schema.
This combines several steps and operates on a SchemaService that does not have
the restrictions that OnDiskQueryDatabase.getSchemaService has.
- See Also:
-
Method Summary
Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext, toString
-
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.
-