Uses of Interface
org.terracotta.toolkit.object.ToolkitObject

Packages that use ToolkitObject
org.terracotta.toolkit.bulkload   
org.terracotta.toolkit.cache   
org.terracotta.toolkit.collections   
org.terracotta.toolkit.concurrent   
org.terracotta.toolkit.concurrent.atomic   
org.terracotta.toolkit.concurrent.locks   
org.terracotta.toolkit.events   
org.terracotta.toolkit.object   
org.terracotta.toolkit.store   
 

Uses of ToolkitObject in org.terracotta.toolkit.bulkload
 

Subinterfaces of ToolkitObject in org.terracotta.toolkit.bulkload
 interface ToolkitBulkLoadObject
           
 

Uses of ToolkitObject in org.terracotta.toolkit.cache
 

Subinterfaces of ToolkitObject in org.terracotta.toolkit.cache
 interface ToolkitCache<K,V>
          A toolkit cache.
 

Uses of ToolkitObject in org.terracotta.toolkit.collections
 

Subinterfaces of ToolkitObject in org.terracotta.toolkit.collections
 interface ToolkitBlockingQueue<E>
          A bounded toolkit BlockingQueue.
 interface ToolkitList<E>
          A toolkit list.
 interface ToolkitMap<K,V>
          A toolkit Map.
 interface ToolkitSet<E>
          A toolkit set.
 interface ToolkitSortedMap<K extends Comparable<? super K>,V>
          A toolkit sorted map.
 interface ToolkitSortedSet<E extends Comparable<? super E>>
          A toolkit sorted set.
 

Uses of ToolkitObject in org.terracotta.toolkit.concurrent
 

Subinterfaces of ToolkitObject in org.terracotta.toolkit.concurrent
 interface ToolkitBarrier
          A toolkit barrier that can be used to coordinate between threads in the toolkit implementation platform.
 

Uses of ToolkitObject in org.terracotta.toolkit.concurrent.atomic
 

Subinterfaces of ToolkitObject in org.terracotta.toolkit.concurrent.atomic
 interface ToolkitAtomicLong
          A toolkit atomic long that can be used to maintain counters in the toolkit in a thread-safe manner across the toolkit implementation platform.
 

Uses of ToolkitObject in org.terracotta.toolkit.concurrent.locks
 

Subinterfaces of ToolkitObject in org.terracotta.toolkit.concurrent.locks
 interface ToolkitLock
          Provides primitive lock operations for the given ToolkitLockType that was used to create an instance of this lock.
 interface ToolkitReadWriteLock
          Provides a pair of Read and Write lock.
 

Uses of ToolkitObject in org.terracotta.toolkit.events
 

Subinterfaces of ToolkitObject in org.terracotta.toolkit.events
 interface ToolkitNotifier<T>
          A notifier that can be used to send notifications across the cluster.
 

Uses of ToolkitObject in org.terracotta.toolkit.object
 

Subinterfaces of ToolkitObject in org.terracotta.toolkit.object
 interface ToolkitLockedObject
          A ToolkitObject which exposes a ToolkitReadWriteLock.
 

Uses of ToolkitObject in org.terracotta.toolkit.store
 

Subinterfaces of ToolkitObject in org.terracotta.toolkit.store
 interface ToolkitStore<K,V>
          A Key-Value store used for storing key-value mappings.
 



Copyright © 2014 Terracotta, Inc.. All Rights Reserved.