|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MirrorMap | |
---|---|
mirrormap | |
mirrormap.commands |
Uses of MirrorMap in mirrormap |
---|
Methods in mirrormap that return MirrorMap | ||
---|---|---|
static
|
MirrorMap.create(String name,
Map<Key,Value> data)
Create a MirrorMap identified by a unique name that wraps the
passed in Map . |
|
static
|
MirrorMap.get(String name)
Get the MirrorMap identified by the name. |
Methods in mirrormap with parameters of type MirrorMap | |
---|---|
static boolean |
MirrorMap.connect(MirrorMap<? extends Serializable,? extends Serializable> map,
String host,
int port)
Connects the passed in MirrorMap to the mirror map server
identified by the host and port. |
static boolean |
MirrorMap.disconnect(MirrorMap<? extends Serializable,? extends Serializable> map)
Disconnects the passed in MirrorMap from the mirror map server. |
Uses of MirrorMap in mirrormap.commands |
---|
Methods in mirrormap.commands with parameters of type MirrorMap | |
---|---|
protected boolean |
UpdateCommand.shouldExecute(MirrorMap<Serializable,Serializable> mirrorMap)
|
protected boolean |
AddCommand.shouldExecute(MirrorMap<Serializable,Serializable> mirrorMap)
Determines whether the command should be executed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |