Uses of Class
org.nustaq.reallive.messages.StateMessage
| Package | Description |
|---|---|
| org.nustaq.reallive.api | |
| org.nustaq.reallive.client | |
| org.nustaq.reallive.server.actors |
-
Uses of StateMessage in org.nustaq.reallive.api
Method parameters in org.nustaq.reallive.api with type arguments of type StateMessage Modifier and Type Method Description voidTableSpace. stateListener(org.nustaq.kontraktor.Callback<StateMessage> stateListener) -
Uses of StateMessage in org.nustaq.reallive.client
Method parameters in org.nustaq.reallive.client with type arguments of type StateMessage Modifier and Type Method Description voidClusteredTableSpaceClient. stateListener(org.nustaq.kontraktor.Callback<StateMessage> stateListener)voidTableSpaceSharding. stateListener(org.nustaq.kontraktor.Callback<StateMessage> stateListener) -
Uses of StateMessage in org.nustaq.reallive.server.actors
Fields in org.nustaq.reallive.server.actors with type parameters of type StateMessage Modifier and Type Field Description protected java.util.List<org.nustaq.kontraktor.Callback<StateMessage>>TableSpaceActor. stateListenersMethod parameters in org.nustaq.reallive.server.actors with type arguments of type StateMessage Modifier and Type Method Description voidTableSpaceActor. stateListener(org.nustaq.kontraktor.Callback<StateMessage> stateListener)