Class InMemoryResource
java.lang.Object
com.blackhillsoftware.smf.realtime.InMemoryResource
Information about an in memory resource defined to SMF.
The list of in memory resources is returned by SmfConnection.query()
-
Method Details
-
name
In memory resource name.- Returns:
- String name
-
isSimulated
public boolean isSimulated()Is this a simulated in memory resource- Returns:
- true if simulated
-
file
File name for a simulated resource- Returns:
- the file name
-
getSmfTypes
SMF types recorded to this in memory resource- Returns:
- List<Integer> the list of SMF record types
-