Class EmptyCommandStatusStore

java.lang.Object
org.sensorhub.impl.datastore.ReadOnlyDataStore<K,V,VF,Q>
org.sensorhub.impl.datastore.EmptyDataStore<BigId,ICommandStatus,ICommandStatusStore.CommandStatusField,CommandStatusFilter>
org.sensorhub.api.datastore.command.EmptyCommandStatusStore
All Implemented Interfaces:
Map<BigId,ICommandStatus>, ICommandStatusStore, IDataStore<BigId,ICommandStatus,ICommandStatusStore.CommandStatusField,CommandStatusFilter>

public class EmptyCommandStatusStore extends org.sensorhub.impl.datastore.EmptyDataStore<BigId,ICommandStatus,ICommandStatusStore.CommandStatusField,CommandStatusFilter> implements ICommandStatusStore

Helper class to implement databases that don't support all datastores

Since:
Jun 22, 2023
  • Constructor Details

    • EmptyCommandStatusStore

      public EmptyCommandStatusStore()
  • Method Details