net.java.dev.moskito.util.storage
Class StorageFactory<K,V>
java.lang.Object
net.java.dev.moskito.util.storage.StorageFactory<K,V>
public class StorageFactory<K,V>
- extends Object
|
Method Summary |
Storage<K,V> |
createConcurrentHashMapStorage()
|
Storage<K,V> |
createConcurrentHashMapStorage(int initialSize)
|
Storage<K,V> |
createConcurrentHashMapStorage(String name)
|
Storage<K,V> |
createConcurrentHashMapStorage(String name,
int initialSize)
|
Storage<K,V> |
createHashMapStorage()
|
Storage<K,V> |
createHashMapStorage(int initialSize)
|
Storage<K,V> |
createHashMapStorage(String name)
|
Storage<K,V> |
createHashMapStorage(String name,
int initialSize)
|
Storage<K,V> |
createHashtableStorage()
|
Storage<K,V> |
createHashtableStorage(int initialSize)
|
Storage<K,V> |
createHashtableStorage(String name)
|
Storage<K,V> |
createHashtableStorage(String name,
int initialSize)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StorageFactory
public StorageFactory()
createHashMapStorage
public Storage<K,V> createHashMapStorage()
createHashMapStorage
public Storage<K,V> createHashMapStorage(int initialSize)
createHashMapStorage
public Storage<K,V> createHashMapStorage(String name)
createHashMapStorage
public Storage<K,V> createHashMapStorage(String name,
int initialSize)
createConcurrentHashMapStorage
public Storage<K,V> createConcurrentHashMapStorage()
createConcurrentHashMapStorage
public Storage<K,V> createConcurrentHashMapStorage(int initialSize)
createConcurrentHashMapStorage
public Storage<K,V> createConcurrentHashMapStorage(String name)
createConcurrentHashMapStorage
public Storage<K,V> createConcurrentHashMapStorage(String name,
int initialSize)
createHashtableStorage
public Storage<K,V> createHashtableStorage()
createHashtableStorage
public Storage<K,V> createHashtableStorage(int initialSize)
createHashtableStorage
public Storage<K,V> createHashtableStorage(String name)
createHashtableStorage
public Storage<K,V> createHashtableStorage(String name,
int initialSize)
Copyright © 2006-2007 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework