Package org.sensorhub.api.datastore.obs
Class DataStreamKey
- All Implemented Interfaces:
Comparable<DataStreamKey>
Immutable key object used to index datastreams in data stores.
- Since:
- Nov 3, 2020
-
Field Summary
Fields inherited from class org.sensorhub.api.resource.ResourceKey
internalID
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sensorhub.api.resource.ResourceKey
compareTo, equals, getInternalID, hashCode, toString
-
Constructor Details
-
DataStreamKey
-
DataStreamKey
public DataStreamKey(int scope, long internalID)
-