Uses of Class
com.yahoo.concurrent.LocalInstance
Packages that use LocalInstance
-
Uses of LocalInstance in com.yahoo.concurrent
Methods in com.yahoo.concurrent that return LocalInstanceModifier and TypeMethodDescriptionThreadLocalDirectory.getLocalInstance()Expose the thread local for the running thread, for use in conjunction with update(SAMPLE, LocalInstance<AGGREGATOR, SAMPLE>).Methods in com.yahoo.concurrent with parameters of type LocalInstanceModifier and TypeMethodDescriptionvoidThreadLocalDirectory.update(SAMPLE x, LocalInstance<AGGREGATOR, SAMPLE> localInstance) Update a value with a given thread local instance.