Package com.illumon.iris.db.v2.routing
Interface DataRoutingService.Endpoint
- All Known Subinterfaces:
DataImportServiceConfig.Endpoint
,LogAggregatorConfig.Endpoint
- All Known Implementing Classes:
SimpleEndpoint
,SimpleLogAggregatorEndpoint
- Enclosing interface:
- DataRoutingService
public static interface DataRoutingService.Endpoint
Defines a usable network address
-
Method Summary
Modifier and TypeMethodDescriptiondefault InetSocketAddress
Returns the InetSocketAddress using the host and port.getHost()
Returns the host name for this endpointgetName()
Returns the service name hosting the endpoint.int
getPort()
Returns the port for this endpoint
-
Method Details
-
getName
Returns the service name hosting the endpoint. -
getHost
Returns the host name for this endpoint -
getPort
int getPort()Returns the port for this endpoint -
getAddress
Returns the InetSocketAddress using the host and port.
-