Class SimpleDataImportServerEndpoint
java.lang.Object
com.illumon.iris.db.v2.routing.endpoint.SimpleEndpoint
com.illumon.iris.db.v2.routing.endpoint.SimpleDataImportServerEndpoint
- All Implemented Interfaces:
com.fishlib.base.log.LogOutputAppendable,DataImportServiceConfig.DeferredEndpoint,DataImportServiceConfig.Endpoint,DataRoutingService.DeferredEndpoint,DataRoutingService.Endpoint
public class SimpleDataImportServerEndpoint
extends SimpleEndpoint
implements DataImportServiceConfig.Endpoint, DataImportServiceConfig.DeferredEndpoint
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleDataImportServerEndpoint(@NotNull String name, @NotNull String host, int port) -
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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.illumon.iris.db.v2.routing.DataRoutingService.DeferredEndpoint
append, asString, equalsImpl, getName, hasEndpoint, hashCodeImplMethods inherited from interface com.illumon.iris.db.v2.routing.DataRoutingService.Endpoint
getAddress, getHost, getName, getPort
-
Constructor Details
-
SimpleDataImportServerEndpoint
-
-
Method Details
-
getEndpoint
@NotNull public DataImportServiceConfig.Endpoint getEndpoint() throws DataRoutingService.NotReadyExceptionDescription copied from interface:DataRoutingService.DeferredEndpointReturns a realized endpoint- Specified by:
getEndpointin interfaceDataImportServiceConfig.DeferredEndpoint- Specified by:
getEndpointin interfaceDataRoutingService.DeferredEndpoint- Overrides:
getEndpointin classSimpleEndpoint- Throws:
DataRoutingService.NotReadyException- if not realized
-