Package com.illumon.iris.console.db
Class GenerateComparableStatsFunction
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<Object>
com.illumon.iris.console.db.GenerateComparableStatsFunction
- All Implemented Interfaces:
com.fishlib.base.Function.Unary<ChunkedComparableStatsKernel.Result,
,Table> RemoteQuery<Object>
,Serializable
public class GenerateComparableStatsFunction
extends ContextAwareRemoteQuery<Object>
implements com.fishlib.base.Function.Unary<ChunkedComparableStatsKernel.Result,Table>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext
-
Constructor Details
-
GenerateComparableStatsFunction
-
-
Method Details
-
execute
Description copied from interface:RemoteQuery
Execute a query on a remote host.- Specified by:
execute
in interfaceRemoteQuery<Object>
- Parameters:
database
- database to use for execution.- Returns:
- result of the query.
-
call
- Specified by:
call
in interfacecom.fishlib.base.Function.Unary<ChunkedComparableStatsKernel.Result,
Table>
-
toString
-