Uses of Class
org.apache.storm.pacemaker.codec.ThriftNettyServerCodec.AuthMethod
-
Packages that use ThriftNettyServerCodec.AuthMethod Package Description org.apache.storm.pacemaker.codec -
-
Uses of ThriftNettyServerCodec.AuthMethod in org.apache.storm.pacemaker.codec
Methods in org.apache.storm.pacemaker.codec that return ThriftNettyServerCodec.AuthMethod Modifier and Type Method Description static ThriftNettyServerCodec.AuthMethod
ThriftNettyServerCodec.AuthMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static ThriftNettyServerCodec.AuthMethod[]
ThriftNettyServerCodec.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 ThriftNettyServerCodec.AuthMethod Constructor Description ThriftNettyServerCodec(IServer server, Map<String,Object> topoConf, ThriftNettyServerCodec.AuthMethod authMethod, int thriftMessageMaxSizeBytes)
-