Uses of Class
sk.baka.tools.concurrent.ThreadSafe

Packages that use ThreadSafe
sk.baka.tools.concurrent   
 

Uses of ThreadSafe in sk.baka.tools.concurrent
 

Classes in sk.baka.tools.concurrent with annotations of type ThreadSafe
 class DelayedExecutor<K,R extends Runnable>
          Performs an asynchronous Runnable execution.

A storage of runners scheduled for execution in the DelayedExecutor.executor.

 class EffectivePutMap<K,V>
          Adds a possibility to effectively put a key-value mapping to a ConcurrentMap if such mapping is missing.
 class InMemoryLockingStorage<K,V>
          This implementation uses a simple and efficient in-memory object storage.
 



Copyright © 2009-2010. All Rights Reserved.