public class ClusterMapFactory extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ClusterMapFactory.ElementAddEvent |
static class |
ClusterMapFactory.ElementRemoveEvent |
static class |
ClusterMapFactory.MapClearEvent |
static class |
ClusterMapFactory.MapDestroyEvent |
static class |
ClusterMapFactory.NewMapCreatedEvent |
Modifier and Type | Method and Description |
---|---|
<K,V> Map<K,V> |
createMap(String uid,
Class<K> keyClass,
Class<V> valueClass,
String... params) |
void |
destroyMap(Map map) |
static ClusterMapFactory |
get() |
EventBus |
getEventBus() |
<K,V> Map<K,V> |
getMap(String uid) |
void |
setEventBus(EventBus eventBus) |
public static final ClusterMapFactory get()
public <K,V> Map<K,V> createMap(String uid, Class<K> keyClass, Class<V> valueClass, String... params)
public void destroyMap(Map map)
public EventBus getEventBus()
public void setEventBus(EventBus eventBus)
Copyright © 2004–2021 "Tigase, Inc.". All rights reserved.