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 Type Method Description default InetSocketAddress
getAddress()
Returns the InetSocketAddress using the host and port.String
getHost()
Returns the host name for this endpointString
getName()
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.
-