Uses of Class
com.univocity.parsers.common.input.concurrent.Entry
Packages that use Entry
-
Uses of Entry in com.univocity.parsers.common.input.concurrent
Fields in com.univocity.parsers.common.input.concurrent declared as EntryModifier and TypeFieldDescriptionprivate Entry<CharBucket>
ConcurrentCharLoader.currentBucket
FixedInstancePool.instancePool
Methods in com.univocity.parsers.common.input.concurrent that return EntryModifier and TypeMethodDescriptionFixedInstancePool.allocate()
Retrieves the next available entry in this instance pool.Methods in com.univocity.parsers.common.input.concurrent with parameters of type EntryModifier and TypeMethodDescriptionvoid
Releases the given entry and makes it available for allocation (byFixedInstancePool.allocate()
)