Uses of Class
io.siddhi.core.stream.ServiceDeploymentInfo
-
Packages that use ServiceDeploymentInfo Package Description io.siddhi.core.stream.input.source io.siddhi.core.stream.output.sink io.siddhi.core.util.transport -
-
Uses of ServiceDeploymentInfo in io.siddhi.core.stream.input.source
Methods in io.siddhi.core.stream.input.source that return ServiceDeploymentInfo Modifier and Type Method Description protected ServiceDeploymentInfoInMemorySource. exposeServiceDeploymentInfo()protected abstract ServiceDeploymentInfoSource. exposeServiceDeploymentInfo()Give information to the deployment about the service exposed by the sink.ServiceDeploymentInfoSource. getServiceDeploymentInfo() -
Uses of ServiceDeploymentInfo in io.siddhi.core.stream.output.sink
Methods in io.siddhi.core.stream.output.sink that return ServiceDeploymentInfo Modifier and Type Method Description protected ServiceDeploymentInfoInMemorySink. exposeServiceDeploymentInfo()protected ServiceDeploymentInfoLogSink. exposeServiceDeploymentInfo()protected abstract ServiceDeploymentInfoSink. exposeServiceDeploymentInfo()Give information to the deployment about the service exposed by the sink.Methods in io.siddhi.core.stream.output.sink that return types with arguments of type ServiceDeploymentInfo Modifier and Type Method Description List<ServiceDeploymentInfo>Sink. getServiceDeploymentInfoList() -
Uses of ServiceDeploymentInfo in io.siddhi.core.util.transport
Methods in io.siddhi.core.util.transport that return ServiceDeploymentInfo Modifier and Type Method Description protected ServiceDeploymentInfoMultiClientDistributedSink. exposeServiceDeploymentInfo()protected ServiceDeploymentInfoSingleClientDistributedSink. exposeServiceDeploymentInfo()Methods in io.siddhi.core.util.transport that return types with arguments of type ServiceDeploymentInfo Modifier and Type Method Description List<ServiceDeploymentInfo>MultiClientDistributedSink. getServiceDeploymentInfoList()List<ServiceDeploymentInfo>SingleClientDistributedSink. getServiceDeploymentInfoList()
-