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

Packages that use Destroyable
org.terracotta.toolkit.cache   
org.terracotta.toolkit.collections   
org.terracotta.toolkit.concurrent   
org.terracotta.toolkit.concurrent.atomic   
org.terracotta.toolkit.events   
org.terracotta.toolkit.store   
 

Uses of Destroyable in org.terracotta.toolkit.cache
 

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

Uses of Destroyable in org.terracotta.toolkit.collections
 

Subinterfaces of Destroyable 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 Destroyable in org.terracotta.toolkit.concurrent
 

Subinterfaces of Destroyable 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 Destroyable in org.terracotta.toolkit.concurrent.atomic
 

Subinterfaces of Destroyable 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 Destroyable in org.terracotta.toolkit.events
 

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

Uses of Destroyable in org.terracotta.toolkit.store
 

Subinterfaces of Destroyable 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.