public static final class RecordToIDMap.ReadAccessor extends Object
NOTE: From a thread safety standpoint, it is safe to
have multiple ReadAccessors
in different threads that reference a single
RecordToIDMap
. However, each thread must have
its own ReadAccessor
instance.
Modifier and Type | Method and Description |
---|---|
int |
getID()
Looks up the current record in the map, returning its ID.
|
Copyright © 2020 Actian Corporation. All rights reserved.