public class FakeGroup extends Object
| Modifier and Type | Method and Description |
|---|---|
static FakeGroup |
get(String clusterName) |
<K,V> ConcurrentMap<K,V> |
getCache(String name) |
Map<String,ConcurrentMap> |
getCaches() |
protected cloud.orbit.actors.cluster.NodeAddressImpl |
join(FakeClusterPeer fakeChannel) |
void |
leave(FakeClusterPeer fakeClusterPeer) |
Task<Void> |
sendMessage(cloud.orbit.actors.cluster.NodeAddress from,
cloud.orbit.actors.cluster.NodeAddress to,
byte[] buff) |
public FakeGroup(String clusterName)
protected cloud.orbit.actors.cluster.NodeAddressImpl join(FakeClusterPeer fakeChannel)
public void leave(FakeClusterPeer fakeClusterPeer)
public Task<Void> sendMessage(cloud.orbit.actors.cluster.NodeAddress from, cloud.orbit.actors.cluster.NodeAddress to, byte[] buff)
public <K,V> ConcurrentMap<K,V> getCache(String name)
public Map<String,ConcurrentMap> getCaches()
Copyright © 2017 Electronic Arts Inc. All rights reserved.