Class SimpleLogAggregatorEndpoint
java.lang.Object
com.illumon.iris.db.v2.routing.endpoint.SimpleEndpoint
com.illumon.iris.db.v2.routing.endpoint.SimpleLogAggregatorEndpoint
- All Implemented Interfaces:
com.fishlib.base.log.LogOutputAppendable
,DataRoutingService.DeferredEndpoint
,DataRoutingService.Endpoint
,LogAggregatorConfig.DeferredEndpoint
,LogAggregatorConfig.Endpoint
public class SimpleLogAggregatorEndpoint
extends SimpleEndpoint
implements LogAggregatorConfig.Endpoint, LogAggregatorConfig.DeferredEndpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a realized endpointMethods inherited from class com.illumon.iris.db.v2.routing.endpoint.SimpleEndpoint
asString, equals, equalsImpl, getHost, getName, getPort, hasEndpoint, hashCode, hashCodeImpl, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.illumon.iris.db.v2.routing.DataRoutingService.DeferredEndpoint
append, asString, equalsImpl, getName, hasEndpoint, hashCodeImpl
Methods inherited from interface com.illumon.iris.db.v2.routing.DataRoutingService.Endpoint
getAddress, getHost, getName, getPort
-
Constructor Details
-
SimpleLogAggregatorEndpoint
-
-
Method Details
-
getEndpoint
@NotNull public LogAggregatorConfig.Endpoint getEndpoint() throws DataRoutingService.NotReadyExceptionDescription copied from interface:DataRoutingService.DeferredEndpoint
Returns a realized endpoint- Specified by:
getEndpoint
in interfaceDataRoutingService.DeferredEndpoint
- Specified by:
getEndpoint
in interfaceLogAggregatorConfig.DeferredEndpoint
- Overrides:
getEndpoint
in classSimpleEndpoint
- Throws:
DataRoutingService.NotReadyException
- if not realized
-