Uses of Interface
org.apache.storm.messaging.IConnection
Packages that use IConnection
Package
Description
-
Uses of IConnection in org.apache.storm.daemon.worker
Methods in org.apache.storm.daemon.worker that return IConnectionMethods in org.apache.storm.daemon.worker that return types with arguments of type IConnectionMethods in org.apache.storm.daemon.worker with parameters of type IConnectionModifier and TypeMethodDescriptionstatic boolean
WorkerState.isConnectionReady
(IConnection connection) -
Uses of IConnection in org.apache.storm.messaging
Classes in org.apache.storm.messaging that implement IConnectionMethods in org.apache.storm.messaging that return IConnectionModifier and TypeMethodDescriptionIContext.bind
(String stormId, int port, IConnectionCallback cb, Supplier<Object> newConnectionResponse) This method establishes a server side connection.IContext.connect
(String stormId, String host, int port, AtomicBoolean[] remoteBpStatus) This method establish a client side connection to a remote server implementation should return a new connection every call. -
Uses of IConnection in org.apache.storm.messaging.local
Methods in org.apache.storm.messaging.local that return IConnectionModifier and TypeMethodDescriptionContext.bind
(String stormId, int port, IConnectionCallback cb, Supplier<Object> newConnectionResponse) Context.connect
(String stormId, String host, int port, AtomicBoolean[] remoteBpStatus) -
Uses of IConnection in org.apache.storm.messaging.netty
Classes in org.apache.storm.messaging.netty that implement IConnectionModifier and TypeClassDescriptionclass
A Netty client for sending task messages to a remote destination (Netty server).Methods in org.apache.storm.messaging.netty that return IConnectionModifier and TypeMethodDescriptionContext.bind
(String stormId, int port, IConnectionCallback cb, Supplier<Object> newConnectionResponse) establish a server with a binding port.Context.connect
(String stormId, String host, int port, AtomicBoolean[] remoteBpStatus) establish a connection to a remote server.