public abstract class BaseZeroMQSocketFactory extends Object implements ZeroMQSocketFactory
| Constructor and Description |
|---|
BaseZeroMQSocketFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.zeromq.ZMQ.Socket |
bind(org.zeromq.ZContext context) |
org.zeromq.ZMQ.Socket |
bind(org.zeromq.ZContext context,
io.dropwizard.setup.Environment environment) |
protected org.zeromq.ZMQ.Socket |
bind(org.zeromq.ZMQ.Socket socket) |
org.zeromq.ZMQ.Socket |
build(org.zeromq.ZContext context,
io.dropwizard.setup.Environment environment) |
protected org.zeromq.ZMQ.Socket |
build(org.zeromq.ZContext context,
int type) |
protected org.zeromq.ZMQ.Socket |
configure(org.zeromq.ZMQ.Socket socket) |
org.zeromq.ZMQ.Socket |
connect(org.zeromq.ZContext context) |
org.zeromq.ZMQ.Socket |
connect(org.zeromq.ZContext context,
io.dropwizard.setup.Environment environment) |
protected org.zeromq.ZMQ.Socket |
connect(org.zeromq.ZMQ.Socket socket) |
long |
getAffinity() |
long |
getBacklog() |
Set<URI> |
getEndpoints() |
long |
getHighWaterMark() |
com.google.common.base.Optional<String> |
getIdentity() |
com.google.common.base.Optional<io.dropwizard.util.Duration> |
getInitialReconnectInterval() |
long |
getLinger() |
com.google.common.base.Optional<io.dropwizard.util.Size> |
getMaxMessageSize() |
long |
getMaxMulticastRate() |
com.google.common.base.Optional<io.dropwizard.util.Duration> |
getMaxReconnectInterval() |
long |
getMulticastHops() |
io.dropwizard.util.Duration |
getMulticastRecoveryInterval() |
com.google.common.base.Optional<io.dropwizard.util.Size> |
getReceiveBufferSize() |
long |
getReceiveHighWaterMark() |
com.google.common.base.Optional<io.dropwizard.util.Duration> |
getReceiveTimeout() |
com.google.common.base.Optional<io.dropwizard.util.Size> |
getSendBufferSize() |
long |
getSendHighWaterMark() |
com.google.common.base.Optional<io.dropwizard.util.Duration> |
getSendTimeout() |
com.google.common.base.Optional<Boolean> |
getTcpKeepAlive() |
com.google.common.base.Optional<Long> |
getTcpKeepAliveCount() |
com.google.common.base.Optional<Long> |
getTcpKeepAliveIdle() |
com.google.common.base.Optional<Long> |
getTcpKeepAliveInterval() |
boolean |
isDelayAttachOnConnect() |
boolean |
isIpv4Only() |
void |
setAffinity(long affinity) |
void |
setBacklog(long backlog) |
void |
setDelayAttachOnConnect(boolean delayAttachOnConnect) |
void |
setEndpoints(Set<URI> endpoints) |
void |
setHighWaterMark(long highWaterMark) |
void |
setIdentity(com.google.common.base.Optional<String> identity) |
void |
setInitialReconnectInterval(com.google.common.base.Optional<io.dropwizard.util.Duration> initialReconnectInterval) |
void |
setIpv4Only(boolean ipv4Only) |
void |
setLinger(long linger) |
void |
setMaxMessageSize(com.google.common.base.Optional<io.dropwizard.util.Size> maxMessageSize) |
void |
setMaxMulticastRate(long maxMulticastRate) |
void |
setMaxReconnectInterval(com.google.common.base.Optional<io.dropwizard.util.Duration> maxReconnectInterval) |
void |
setMulticastHops(long multicastHops) |
void |
setMulticastRecoveryInterval(io.dropwizard.util.Duration multicastRecoveryInterval) |
void |
setReceiveBufferSize(com.google.common.base.Optional<io.dropwizard.util.Size> receiveBufferSize) |
void |
setReceiveHighWaterMark(long receiveHighWaterMark) |
void |
setReceiveTimeout(com.google.common.base.Optional<io.dropwizard.util.Duration> receiveTimeout) |
void |
setSendBufferSize(com.google.common.base.Optional<io.dropwizard.util.Size> sendBufferSize) |
void |
setSendHighWaterMark(long sendHighWaterMark) |
void |
setSendTimeout(com.google.common.base.Optional<io.dropwizard.util.Duration> sendTimeout) |
void |
setTcpKeepAlive(com.google.common.base.Optional<Boolean> tcpKeepAlive) |
void |
setTcpKeepAliveCount(com.google.common.base.Optional<Long> tcpKeepAliveCount) |
void |
setTcpKeepAliveIdle(com.google.common.base.Optional<Long> tcpKeepAliveIdle) |
void |
setTcpKeepAliveInterval(com.google.common.base.Optional<Long> tcpKeepAliveInterval) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildpublic long getAffinity()
public void setAffinity(long affinity)
public long getBacklog()
public void setBacklog(long backlog)
public boolean isDelayAttachOnConnect()
public void setDelayAttachOnConnect(boolean delayAttachOnConnect)
public long getHighWaterMark()
public void setHighWaterMark(long highWaterMark)
public long getReceiveHighWaterMark()
public void setReceiveHighWaterMark(long receiveHighWaterMark)
public long getSendHighWaterMark()
public void setSendHighWaterMark(long sendHighWaterMark)
public com.google.common.base.Optional<String> getIdentity()
public void setIdentity(com.google.common.base.Optional<String> identity)
public boolean isIpv4Only()
public void setIpv4Only(boolean ipv4Only)
public long getLinger()
public void setLinger(long linger)
public com.google.common.base.Optional<io.dropwizard.util.Size> getMaxMessageSize()
public void setMaxMessageSize(com.google.common.base.Optional<io.dropwizard.util.Size> maxMessageSize)
public long getMulticastHops()
public void setMulticastHops(long multicastHops)
public io.dropwizard.util.Duration getMulticastRecoveryInterval()
public void setMulticastRecoveryInterval(io.dropwizard.util.Duration multicastRecoveryInterval)
public long getMaxMulticastRate()
public void setMaxMulticastRate(long maxMulticastRate)
public com.google.common.base.Optional<io.dropwizard.util.Size> getReceiveBufferSize()
public void setReceiveBufferSize(com.google.common.base.Optional<io.dropwizard.util.Size> receiveBufferSize)
public com.google.common.base.Optional<io.dropwizard.util.Size> getSendBufferSize()
public void setSendBufferSize(com.google.common.base.Optional<io.dropwizard.util.Size> sendBufferSize)
public com.google.common.base.Optional<io.dropwizard.util.Duration> getReceiveTimeout()
public void setReceiveTimeout(com.google.common.base.Optional<io.dropwizard.util.Duration> receiveTimeout)
public com.google.common.base.Optional<io.dropwizard.util.Duration> getSendTimeout()
public void setSendTimeout(com.google.common.base.Optional<io.dropwizard.util.Duration> sendTimeout)
public com.google.common.base.Optional<io.dropwizard.util.Duration> getInitialReconnectInterval()
public void setInitialReconnectInterval(com.google.common.base.Optional<io.dropwizard.util.Duration> initialReconnectInterval)
public com.google.common.base.Optional<io.dropwizard.util.Duration> getMaxReconnectInterval()
public void setMaxReconnectInterval(com.google.common.base.Optional<io.dropwizard.util.Duration> maxReconnectInterval)
public com.google.common.base.Optional<Boolean> getTcpKeepAlive()
public void setTcpKeepAlive(com.google.common.base.Optional<Boolean> tcpKeepAlive)
public com.google.common.base.Optional<Long> getTcpKeepAliveCount()
public void setTcpKeepAliveCount(com.google.common.base.Optional<Long> tcpKeepAliveCount)
public com.google.common.base.Optional<Long> getTcpKeepAliveIdle()
public void setTcpKeepAliveIdle(com.google.common.base.Optional<Long> tcpKeepAliveIdle)
public com.google.common.base.Optional<Long> getTcpKeepAliveInterval()
public void setTcpKeepAliveInterval(com.google.common.base.Optional<Long> tcpKeepAliveInterval)
public org.zeromq.ZMQ.Socket build(org.zeromq.ZContext context,
io.dropwizard.setup.Environment environment)
build in interface ZeroMQSocketFactorypublic org.zeromq.ZMQ.Socket connect(org.zeromq.ZContext context)
connect in interface ZeroMQSocketFactorypublic org.zeromq.ZMQ.Socket connect(org.zeromq.ZContext context,
io.dropwizard.setup.Environment environment)
connect in interface ZeroMQSocketFactorypublic org.zeromq.ZMQ.Socket bind(org.zeromq.ZContext context)
bind in interface ZeroMQSocketFactorypublic org.zeromq.ZMQ.Socket bind(org.zeromq.ZContext context,
io.dropwizard.setup.Environment environment)
bind in interface ZeroMQSocketFactoryprotected org.zeromq.ZMQ.Socket build(org.zeromq.ZContext context,
int type)
protected org.zeromq.ZMQ.Socket connect(org.zeromq.ZMQ.Socket socket)
protected org.zeromq.ZMQ.Socket bind(org.zeromq.ZMQ.Socket socket)
protected org.zeromq.ZMQ.Socket configure(org.zeromq.ZMQ.Socket socket)
Copyright © 2019 DataSift Inc.. All rights reserved.