Module datarush.library
Class RecordToIDMap.ReadAccessor
- java.lang.Object
-
- com.pervasive.datarush.tokens.record.RecordToIDMap.ReadAccessor
-
- Enclosing class:
- RecordToIDMap
public static final class RecordToIDMap.ReadAccessor extends Object
An accessor for performing lookup operations.NOTE: From a thread safety standpoint, it is safe to have multiple
ReadAccessors
in different threads that reference a singleRecordToIDMap
. However, each thread must have its ownReadAccessor
instance.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getID()
Looks up the current record in the map, returning its ID.
-