Class CommandStatsQuery.CommandStatsQueryBuilder<B extends CommandStatsQuery.CommandStatsQueryBuilder<B,Q>,Q extends CommandStatsQuery>  
java.lang.Object
org.vast.util.BaseBuilder<Q>
org.sensorhub.api.datastore.command.CommandStatsQuery.CommandStatsQueryBuilder<B,Q> 
- Direct Known Subclasses:
 CommandStatsQuery.Builder
- Enclosing class:
 - CommandStatsQuery
 
public static class CommandStatsQuery.CommandStatsQueryBuilder<B extends CommandStatsQuery.CommandStatsQueryBuilder<B,Q>,Q extends CommandStatsQuery>  
extends BaseBuilder<Q>
- 
Field Summary
Fields inherited from class org.vast.util.BaseBuilder
instance - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected BcopyFrom(CommandStatsQuery base) selectCommands(CommandFilter filter) withHistogramBinSize(Duration size) withLimit(int limit) Methods inherited from class org.vast.util.BaseBuilder
build 
- 
Constructor Details
- 
CommandStatsQueryBuilder
protected CommandStatsQueryBuilder() 
 - 
 - 
Method Details
- 
copyFrom
 - 
selectCommands
 - 
selectCommands
 - 
withHistogramBinSize
 - 
withLimit
 
 -