Class HotRodEndpointRouter
java.lang.Object
org.infinispan.server.router.router.impl.hotrod.HotRodEndpointRouter
- All Implemented Interfaces:
EndpointRouter
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.server.router.router.EndpointRouter
EndpointRouter.Protocol -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()Gets theEndpointRouter's host.getIp()Gets theEndpointRouter's IP address.getPort()Gets theEndpointRouter's port.GetsEndpointRouter.Protocolimplemented by thisEndpointRouter.voidstart(RoutingTable routingTable, org.infinispan.manager.EmbeddedCacheManager ecm) Starts theEndpointRouter.voidstop()Stops theEndpointRouter.
-
Constructor Details
-
HotRodEndpointRouter
-
-
Method Details
-
start
Description copied from interface:EndpointRouterStarts theEndpointRouter.- Specified by:
startin interfaceEndpointRouter- Parameters:
routingTable-RoutingTablefor supplyingRoutes.
-
stop
public void stop()Description copied from interface:EndpointRouterStops theEndpointRouter.- Specified by:
stopin interfaceEndpointRouter
-
getHost
Description copied from interface:EndpointRouterGets theEndpointRouter's host.- Specified by:
getHostin interfaceEndpointRouter
-
getIp
Description copied from interface:EndpointRouterGets theEndpointRouter's IP address.- Specified by:
getIpin interfaceEndpointRouter
-
getPort
Description copied from interface:EndpointRouterGets theEndpointRouter's port.- Specified by:
getPortin interfaceEndpointRouter
-
getProtocol
Description copied from interface:EndpointRouterGetsEndpointRouter.Protocolimplemented by thisEndpointRouter.- Specified by:
getProtocolin interfaceEndpointRouter
-