Package | Description |
---|---|
io.siddhi.core.stream.input.source | |
io.siddhi.core.stream.output.sink | |
io.siddhi.core.util.transport |
Modifier and Type | Method and Description |
---|---|
protected abstract ServiceDeploymentInfo |
Source.exposeServiceDeploymentInfo()
Give information to the deployment about the service exposed by the sink.
|
protected ServiceDeploymentInfo |
InMemorySource.exposeServiceDeploymentInfo() |
ServiceDeploymentInfo |
Source.getServiceDeploymentInfo() |
Modifier and Type | Method and Description |
---|---|
protected ServiceDeploymentInfo |
LogSink.exposeServiceDeploymentInfo() |
protected abstract ServiceDeploymentInfo |
Sink.exposeServiceDeploymentInfo()
Give information to the deployment about the service exposed by the sink.
|
protected ServiceDeploymentInfo |
InMemorySink.exposeServiceDeploymentInfo() |
Modifier and Type | Method and Description |
---|---|
List<ServiceDeploymentInfo> |
Sink.getServiceDeploymentInfoList() |
Modifier and Type | Method and Description |
---|---|
protected ServiceDeploymentInfo |
MultiClientDistributedSink.exposeServiceDeploymentInfo() |
protected ServiceDeploymentInfo |
SingleClientDistributedSink.exposeServiceDeploymentInfo() |
Modifier and Type | Method and Description |
---|---|
List<ServiceDeploymentInfo> |
MultiClientDistributedSink.getServiceDeploymentInfoList() |
List<ServiceDeploymentInfo> |
SingleClientDistributedSink.getServiceDeploymentInfoList() |
Copyright © 2019. All rights reserved.