Index

A C D E G M N P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values

A

acquire - Enum constant in enum class tigase.meet.cluster.commands.MeetCreationLockCommand.Action
 
acquired - Enum constant in enum class tigase.meet.cluster.commands.MeetCreationLockCommand.Action
 
acquiredLock(StrategyIfc, BareJID, Collection<JID>, boolean) - Static method in class tigase.meet.cluster.commands.MeetCreationLockCommand
 
acquiredMeetCreationLock(BareJID, JID, boolean) - Method in class tigase.meet.cluster.DefaultStrategy
 
acquiredMeetCreationLock(BareJID, JID, boolean) - Method in interface tigase.meet.cluster.StrategyIfc
Method notify future that meet creation lock was acquired at particular node
acquireLock(StrategyIfc, BareJID, Collection<JID>, Long) - Static method in class tigase.meet.cluster.commands.MeetCreationLockCommand
 
acquireMeetCreationLock(BareJID) - Method in class tigase.meet.cluster.DefaultStrategy
 
acquireMeetCreationLock(BareJID) - Method in interface tigase.meet.cluster.StrategyIfc
Creates cluster-wide meet creation lock for bare jid

C

create(BareJID, int) - Method in class tigase.meet.cluster.MeetRepositoryClustered
 
createMeetCreationLock(BareJID, long, JID) - Method in class tigase.meet.cluster.DefaultStrategy
 
createMeetCreationLock(BareJID, long, JID) - Method in interface tigase.meet.cluster.StrategyIfc
Method creates local meet creation lock

D

DefaultStrategy - Class in tigase.meet.cluster
 
DefaultStrategy() - Constructor for class tigase.meet.cluster.DefaultStrategy
 
destroyed(BareJID) - Method in class tigase.meet.cluster.MeetRepositoryClustered
 

E

executeCommand(JID, Set<JID>, Map<String, String>, Queue<Element>) - Method in class tigase.meet.cluster.commands.MeetCreationLockCommand
 
executeCommand(JID, Set<JID>, Map<String, String>, Queue<Element>) - Method in class tigase.meet.cluster.commands.MeetSyncRequestCommand
 
executeCommand(JID, Set<JID>, Map<String, String>, Queue<Element>) - Method in class tigase.meet.cluster.commands.MeetSyncResponseCommand
 
executeCommand(JID, Set<JID>, Map<String, String>, Queue<Element>) - Method in class tigase.meet.cluster.MeetComponentClustered.PacketForwardCommand
 

G

getClusterController() - Method in class tigase.meet.cluster.DefaultStrategy
 
getClusterController() - Method in interface tigase.meet.cluster.StrategyIfc
 
getComponent() - Method in class tigase.meet.cluster.DefaultStrategy
 
getComponentInfo() - Method in class tigase.meet.cluster.MeetComponentClustered
 
getComponentInfoClusteringStrategyKey() - Method in class tigase.meet.cluster.MeetComponentClustered
 
getCreationLockTimeout() - Method in class tigase.meet.cluster.DefaultStrategy
 
getCreationLockTimeout() - Method in interface tigase.meet.cluster.StrategyIfc
Method returns creation lock timeout
getDiscoDescription() - Method in class tigase.meet.cluster.MeetComponentClustered
 
getLocalNodeJid() - Method in class tigase.meet.cluster.DefaultStrategy
 
getLocalNodeJid() - Method in interface tigase.meet.cluster.StrategyIfc
 
getMeetsCount() - Method in class tigase.meet.cluster.DefaultStrategy
 
getMeetsCount() - Method in interface tigase.meet.cluster.StrategyIfc
 
getNodeForMeet(BareJID) - Method in class tigase.meet.cluster.DefaultStrategy
 
getNodeForPacket(Packet) - Method in class tigase.meet.cluster.DefaultStrategy
 
getNodeForPacket(Packet) - Method in interface tigase.meet.cluster.StrategyIfc
Returns cluster node JID which should process this packet
getNodesForPacket(Packet) - Method in class tigase.meet.cluster.mix.MixStrategy
 

M

MEET_CREATION_LOCK - Static variable in class tigase.meet.cluster.commands.MeetCreationLockCommand
 
MEET_SYNC_REQUEST - Static variable in class tigase.meet.cluster.commands.MeetSyncRequestCommand
 
MEET_SYNC_RESPONSE - Static variable in class tigase.meet.cluster.commands.MeetSyncResponseCommand
 
MeetComponentClustered - Class in tigase.meet.cluster
 
MeetComponentClustered() - Constructor for class tigase.meet.cluster.MeetComponentClustered
 
MeetComponentClustered.PacketForwardCommand - Class in tigase.meet.cluster
 
MeetCreationLockCommand - Class in tigase.meet.cluster.commands
 
MeetCreationLockCommand() - Constructor for class tigase.meet.cluster.commands.MeetCreationLockCommand
 
MeetCreationLockCommand.Action - Enum Class in tigase.meet.cluster.commands
 
MeetRepositoryClustered - Class in tigase.meet.cluster
 
MeetRepositoryClustered() - Constructor for class tigase.meet.cluster.MeetRepositoryClustered
 
MeetSyncRequestCommand - Class in tigase.meet.cluster.commands
 
MeetSyncRequestCommand() - Constructor for class tigase.meet.cluster.commands.MeetSyncRequestCommand
 
MeetSyncRequestCommand.Action - Enum Class in tigase.meet.cluster.commands
 
MeetSyncResponseCommand - Class in tigase.meet.cluster.commands
 
MeetSyncResponseCommand() - Constructor for class tigase.meet.cluster.commands.MeetSyncResponseCommand
 
MeetSyncResponseCommand.Action - Enum Class in tigase.meet.cluster.commands
 
MixStrategy - Class in tigase.meet.cluster.mix
 
MixStrategy() - Constructor for class tigase.meet.cluster.mix.MixStrategy
 

N

nodeConnected(JID) - Method in class tigase.meet.cluster.DefaultStrategy
 
nodeConnected(JID) - Method in interface tigase.meet.cluster.StrategyIfc
 
nodeDisconnected(JID) - Method in class tigase.meet.cluster.DefaultStrategy
 
nodeDisconnected(JID) - Method in interface tigase.meet.cluster.StrategyIfc
 

P

PacketForwardCommand() - Constructor for class tigase.meet.cluster.MeetComponentClustered.PacketForwardCommand
 
processPacket(Packet) - Method in class tigase.meet.cluster.MeetComponentClustered
 

R

register(Kernel) - Method in class tigase.meet.cluster.MeetComponentClustered
 
release - Enum constant in enum class tigase.meet.cluster.commands.MeetCreationLockCommand.Action
 
releasedMeetCreationLock(BareJID, JID, boolean) - Method in class tigase.meet.cluster.DefaultStrategy
 
releasedMeetCreationLock(BareJID, JID, boolean) - Method in interface tigase.meet.cluster.StrategyIfc
Method releases meet creation lock and removes mapping of meet bare jid to node on failure
releaseLock(StrategyIfc, BareJID, Collection<JID>, boolean) - Static method in class tigase.meet.cluster.commands.MeetCreationLockCommand
 
releaseMeetCreationLock(BareJID, boolean) - Method in class tigase.meet.cluster.DefaultStrategy
 
releaseMeetCreationLock(BareJID, boolean) - Method in interface tigase.meet.cluster.StrategyIfc
Releases local meet creation lock and meet bare jid to node mapping on failure
removeMeetToNodeMapping(BareJID, JID) - Method in class tigase.meet.cluster.DefaultStrategy
 
removeMeetToNodeMapping(BareJID, JID) - Method in interface tigase.meet.cluster.StrategyIfc
Removes meet bare jid to cluster node mapping
request - Enum constant in enum class tigase.meet.cluster.commands.MeetSyncRequestCommand.Action
 
request - Enum constant in enum class tigase.meet.cluster.commands.MeetSyncResponseCommand.Action
 
request(StrategyIfc, JID) - Static method in class tigase.meet.cluster.commands.MeetSyncRequestCommand
 
requestSync(JID) - Method in class tigase.meet.cluster.DefaultStrategy
 
respond(StrategyIfc, JID, Queue<Element>) - Static method in class tigase.meet.cluster.commands.MeetSyncResponseCommand
 
response - Enum constant in enum class tigase.meet.cluster.commands.MeetSyncRequestCommand.Action
 
response - Enum constant in enum class tigase.meet.cluster.commands.MeetSyncResponseCommand.Action
 

S

setClusterController(ClusterControllerIfc) - Method in class tigase.meet.cluster.MeetComponentClustered
 
setClusterNodesAware(List<ClusterNodesAware>) - Method in class tigase.meet.cluster.MeetComponentClustered
 
setCommandListeners(List<CommandListener>) - Method in class tigase.meet.cluster.MeetComponentClustered
 
setComponent(AbstractMessageReceiver) - Method in class tigase.meet.cluster.DefaultStrategy
 
setMeetToNodeMapping(BareJID, JID) - Method in class tigase.meet.cluster.DefaultStrategy
 
setMeetToNodeMapping(BareJID, JID) - Method in interface tigase.meet.cluster.StrategyIfc
Sets meet bare jid to cluster node mapping
size() - Method in class tigase.meet.cluster.MeetRepositoryClustered
 
StrategyIfc - Interface in tigase.meet.cluster
 
streamLocalMeets() - Method in class tigase.meet.cluster.DefaultStrategy
 
streamLocalMeets() - Method in interface tigase.meet.cluster.StrategyIfc
Returns stream of bare jid's of local meets

T

tigase.meet.cluster - package tigase.meet.cluster
 
tigase.meet.cluster.commands - package tigase.meet.cluster.commands
 
tigase.meet.cluster.mix - package tigase.meet.cluster.mix
 

V

valueOf(String) - Static method in enum class tigase.meet.cluster.commands.MeetCreationLockCommand.Action
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tigase.meet.cluster.commands.MeetSyncRequestCommand.Action
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tigase.meet.cluster.commands.MeetSyncResponseCommand.Action
Returns the enum constant of this class with the specified name.
values() - Static method in enum class tigase.meet.cluster.commands.MeetCreationLockCommand.Action
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tigase.meet.cluster.commands.MeetSyncRequestCommand.Action
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tigase.meet.cluster.commands.MeetSyncResponseCommand.Action
Returns an array containing the constants of this enum class, in the order they are declared.
A C D E G M N P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values