backtype.storm.utils
Class NimbusClient

java.lang.Object
  extended by backtype.storm.security.auth.ThriftClient
      extended by backtype.storm.utils.NimbusClient

public class NimbusClient
extends ThriftClient


Field Summary
 
Fields inherited from class backtype.storm.security.auth.ThriftClient
_protocol
 
Constructor Summary
NimbusClient(Map conf, String host, int port)
           
NimbusClient(Map conf, String host, int port, Integer timeout)
           
 
Method Summary
 Nimbus.Client getClient()
           
static NimbusClient getConfiguredClient(Map conf)
           
 
Methods inherited from class backtype.storm.security.auth.ThriftClient
close, transport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NimbusClient

public NimbusClient(Map conf,
                    String host,
                    int port)
             throws org.apache.thrift.transport.TTransportException
Throws:
org.apache.thrift.transport.TTransportException

NimbusClient

public NimbusClient(Map conf,
                    String host,
                    int port,
                    Integer timeout)
             throws org.apache.thrift.transport.TTransportException
Throws:
org.apache.thrift.transport.TTransportException
Method Detail

getConfiguredClient

public static NimbusClient getConfiguredClient(Map conf)

getClient

public Nimbus.Client getClient()


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