public abstract class AbstractTopologyAwareEncoder1x extends AbstractEncoder1x implements Constants, Log
Constructor and Description |
---|
AbstractTopologyAwareEncoder1x() |
Modifier and Type | Method and Description |
---|---|
protected AbstractHashDistAwareResponse |
createHashDistAwareResp(int lastViewId,
scala.collection.immutable.Map<Address,ServerAddress> serverEndpointsMap,
Configuration cfg) |
scala.collection.Seq<Object>[] |
denormalizeSegmentHashIds(ConsistentHash ch) |
void |
writeHashTopologyUpdate(AbstractHashDistAwareResponse h,
HotRodServer server,
Response r,
org.jboss.netty.buffer.ChannelBuffer buf) |
void |
writeHashTopologyUpdate11(HashDistAware11Response h,
HotRodServer server,
Response r,
org.jboss.netty.buffer.ChannelBuffer buf) |
void |
writeLimitedHashTopologyUpdate(AbstractTopologyResponse t,
org.jboss.netty.buffer.ChannelBuffer buf) |
getTopologyResponse, writeCommonHashTopologyHeader, writeHeader, writeNoTopologyUpdate, writeResponse, writeTopologyUpdate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
DEFAULT_HASH_FUNCTION_VERSION, INFINITE_LIFESPAN, INFINITE_MAXIDLE, INTELLIGENCE_BASIC, INTELLIGENCE_HASH_DISTRIBUTION_AWARE, INTELLIGENCE_TOPOLOGY_AWARE, MAGIC_REQ, MAGIC_RES, VERSION_10, VERSION_11, VERSION_12, VERSION_13
log, logErrorDetectingCrashedMember, logUnableToUpdateView, logViewNullWhileDetectingCrashedMember
debug, debug, debug, debug, debug, debugf, error, info, info, isDebugEnabled, isTraceEnabled, logChannelStillBound, logChannelStillConnected, logErrorBeforeReadingRequest, logExceptionReported, logPostingShutdownRequest, logServerDidNotClose, logServerDidNotUnbind, logSettingMasterThreadsNotSupported, logStartWithArgs, trace, trace, trace, trace, tracef, warn
protected AbstractHashDistAwareResponse createHashDistAwareResp(int lastViewId, scala.collection.immutable.Map<Address,ServerAddress> serverEndpointsMap, Configuration cfg)
createHashDistAwareResp
in class AbstractEncoder1x
public void writeHashTopologyUpdate(AbstractHashDistAwareResponse h, HotRodServer server, Response r, org.jboss.netty.buffer.ChannelBuffer buf)
writeHashTopologyUpdate
in class AbstractEncoder1x
public void writeHashTopologyUpdate11(HashDistAware11Response h, HotRodServer server, Response r, org.jboss.netty.buffer.ChannelBuffer buf)
public void writeLimitedHashTopologyUpdate(AbstractTopologyResponse t, org.jboss.netty.buffer.ChannelBuffer buf)
writeLimitedHashTopologyUpdate
in class AbstractEncoder1x
public scala.collection.Seq<Object>[] denormalizeSegmentHashIds(ConsistentHash ch)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.