Package io.objectbox.internal
@ParametersAreNonnullByDefault
package io.objectbox.internal
-
ClassDescriptionCallWithHandle<RESULT>Not intended for normal use.Use with
BoxStore.hasFeature(Feature).IdGetter<T>Separate class, so we can mock BoxStore.Custom thread pool similar toExecutors.newCachedThreadPool()with the following adjustments: Release thread local resources (BoxStore.closeThreadResources()) Reduce keep-alive time for threads to 20 seconds Uses a ThreadFactory to name threads like "ObjectBox-1-Thread-1"ToManyGetter<SOURCE,TARGET> ToOneGetter<SOURCE,TARGET>