org.terracotta.modules.concurrent.collections
Class ConcurrentStringMap<V>

java.lang.Object
  extended by org.terracotta.collections.ConcurrentDistributedMap<String,V>
      extended by org.terracotta.modules.concurrent.collections.ConcurrentStringMap<V>
All Implemented Interfaces:
ConcurrentMap<String,V>, Map<String,V>, LockableMap<String>

Deprecated.

@Deprecated
public class ConcurrentStringMap<V>
extends ConcurrentDistributedMap<String,V>

Author:
Chris Dennis

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
ConcurrentStringMap()
          Deprecated.  
ConcurrentStringMap(LockType lockType, LockStrategy<? super String> lockStrategy)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.terracotta.collections.ConcurrentDistributedMap
__tc_applicator_clear, __tc_applicator_put, __tc_applicator_remove, __tc_getAllEntriesSnapshot, __tc_getAllLocalEntriesSnapshot, __tc_put_logical, __tc_remove_logical, clear, containsKey, containsValue, createFinegrainedLock, entrySet, flush, get, getAllEntriesSnapshot, getAllLocalEntriesSnapshot, getConstituentMaps, getLockIdForKey, getRandomEntry, getRandomLocalEntry, isEmpty, keySet, localSize, lockEntry, put, putAll, putIfAbsent, putNoReturn, registerMapSizeListener, remove, remove, removeNoReturn, replace, replace, size, tryRemove, unlockedGet, unlockedPutNoReturn, unlockedRemoveNoReturn, unlockEntry, unsafeGet, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

ConcurrentStringMap

public ConcurrentStringMap()
Deprecated. 

ConcurrentStringMap

public ConcurrentStringMap(LockType lockType,
                           LockStrategy<? super String> lockStrategy)
Deprecated. 


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