Package tigase.map
Class ClusterMapFactory
- java.lang.Object
-
- tigase.map.ClusterMapFactory
-
public class ClusterMapFactory extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClusterMapFactory.ElementAddEventstatic classClusterMapFactory.ElementRemoveEventstatic classClusterMapFactory.MapClearEventstatic classClusterMapFactory.MapDestroyEventstatic classClusterMapFactory.NewMapCreatedEvent
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <K,V>
Map<K,V>createMap(String uid, Class<K> keyClass, Class<V> valueClass, String... params)voiddestroyMap(Map map)static ClusterMapFactoryget()EventBusgetEventBus()<K,V>
Map<K,V>getMap(String uid)voidsetEventBus(EventBus eventBus)
-
-
-
Method Detail
-
get
public static final ClusterMapFactory get()
-
createMap
public <K,V> Map<K,V> createMap(String uid, Class<K> keyClass, Class<V> valueClass, String... params)
-
destroyMap
public void destroyMap(Map map)
-
getEventBus
public EventBus getEventBus()
-
setEventBus
public void setEventBus(EventBus eventBus)
-
-