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
ReadAccessorsin different threads that reference a singleRecordToIDMap. However, each thread must have its ownReadAccessorinstance.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetID()Looks up the current record in the map, returning its ID.
-