Uses of Class
org.apache.storm.pacemaker.codec.ThriftNettyClientCodec.AuthMethod
-
Packages that use ThriftNettyClientCodec.AuthMethod Package Description org.apache.storm.pacemaker.codec -
-
Uses of ThriftNettyClientCodec.AuthMethod in org.apache.storm.pacemaker.codec
Methods in org.apache.storm.pacemaker.codec that return ThriftNettyClientCodec.AuthMethod Modifier and Type Method Description static ThriftNettyClientCodec.AuthMethod
ThriftNettyClientCodec.AuthMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static ThriftNettyClientCodec.AuthMethod[]
ThriftNettyClientCodec.AuthMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.storm.pacemaker.codec with parameters of type ThriftNettyClientCodec.AuthMethod Constructor Description ThriftNettyClientCodec(PacemakerClient pacemakerClient, Map<String,Object> topoConf, ThriftNettyClientCodec.AuthMethod authMethod, String host, int thriftMessageMaxSizeBytes)
-