backtype.storm.utils
Class ZookeeperAuthInfo

java.lang.Object
  extended by backtype.storm.utils.ZookeeperAuthInfo

public class ZookeeperAuthInfo
extends Object


Field Summary
 byte[] payload
           
 String scheme
           
 
Constructor Summary
ZookeeperAuthInfo(Map conf)
           
ZookeeperAuthInfo(String scheme, byte[] payload)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scheme

public String scheme

payload

public byte[] payload
Constructor Detail

ZookeeperAuthInfo

public ZookeeperAuthInfo(Map conf)

ZookeeperAuthInfo

public ZookeeperAuthInfo(String scheme,
                         byte[] payload)


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.