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.TableHolder
call(TableMap arg)
TableMapUtils.TableHolder
execute(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:
call
in interfacecom.fishlib.base.Function.Unary<TableMapUtils.TableHolder,TableMap>
-
execute
Description copied from interface:RemoteQuery
Execute a query on a remote host.- Specified by:
execute
in interfaceRemoteQuery<TableMapUtils.TableHolder>
- Parameters:
database
- database to use for execution.- Returns:
- result of the query.
-