Class SwappableTableOneClickAbstract.SwappableTablePreemptiveUpdatesQuery
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<TableMapUtils.TableHolder>
com.illumon.iris.db.plot.util.tables.SwappableTableOneClickAbstract.SwappableTablePreemptiveUpdatesQuery
- All Implemented Interfaces:
com.fishlib.base.Function.Unary<TableMapUtils.TableHolder,TableMap>,RemoteQuery<TableMapUtils.TableHolder>,Serializable
- Enclosing class:
- SwappableTableOneClickAbstract
protected static class SwappableTableOneClickAbstract.SwappableTablePreemptiveUpdatesQuery extends ContextAwareRemoteQuery<TableMapUtils.TableHolder> implements com.fishlib.base.Function.Unary<TableMapUtils.TableHolder,TableMap>, Serializable
- See Also:
- Serialized Form
-
Method Summary
Modifier and Type Method Description TableMapUtils.TableHoldercall(TableMap arg)TableMapUtils.TableHolderexecute(Database database)Execute a query on a remote host.Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext
-
Method Details
-
call
- Specified by:
callin interfacecom.fishlib.base.Function.Unary<TableMapUtils.TableHolder,TableMap>
-
execute
Description copied from interface:RemoteQueryExecute a query on a remote host.- Specified by:
executein interfaceRemoteQuery<TableMapUtils.TableHolder>- Parameters:
database- database to use for execution.- Returns:
- result of the query.
-