Package org.sensorhub.api.datastore.command
package org.sensorhub.api.datastore.command
-
ClassDescriptionImmutable filter object for system commands.
There is an implicit AND between all filter parameters.CommandFilter.CommandFilterBuilder<B extends CommandFilter.CommandFilterBuilder<B,T>, T extends CommandFilter> Immutable object representing statistics for commands of a specific command stream.CommandStats.CommandStatsBuilder<B extends CommandStats.CommandStatsBuilder<B,T>, T extends CommandStats> Immutable query object for commands statistics.CommandStatsQuery.CommandStatsQueryBuilder<B extends CommandStatsQuery.CommandStatsQueryBuilder<B,Q>, Q extends CommandStatsQuery> Immutable filter object for command status messages.
There is an implicit AND between all filter parameters.CommandStatusFilter.CommandStatusFilterBuilder<B extends CommandStatusFilter.CommandStatusFilterBuilder<B,T>, T extends CommandStatusFilter> Immutable filter object for system command streams.
There is an implicit AND between all filter parameters.
If internal IDs are used, no other filter options are allowed.CommandStreamFilter.CommandStreamFilterBuilder<B extends CommandStreamFilter.CommandStreamFilterBuilder<B,F>, F extends CommandStreamFilter> Immutable key object used to index command streams in data stores.Helper class to implement databases that don't support all datastoresHelper class to implement databases that don't support all datastoresHelper class to implement databases that don't support all datastoresGeneric interface for data stores containing commands status.Generic interface for data stores containing commands.Generic interface for managing command streams within a command store.
Removal operations also remove all commands associated to a command stream.