Class EmptyDeploymentStore

java.lang.Object
org.sensorhub.impl.datastore.ReadOnlyDataStore<K,V,VF,Q>
org.sensorhub.impl.datastore.EmptyDataStore<K,V,VF,F>
All Implemented Interfaces:
Map<FeatureKey,IDeploymentWithDesc>, IDeploymentStore, IFeatureStoreBase<IDeploymentWithDesc,IDeploymentStore.DeploymentField,DeploymentFilter>, IDataStore<FeatureKey,IDeploymentWithDesc,IDeploymentStore.DeploymentField,DeploymentFilter>, IResourceStore<FeatureKey,IDeploymentWithDesc,IDeploymentStore.DeploymentField,DeploymentFilter>

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

  • Constructor Details

    • EmptyDeploymentStore

      public EmptyDeploymentStore()
  • Method Details