Package org.apache.storm.generated
Class Nimbus.Client.Factory
- java.lang.Object
-
- org.apache.storm.generated.Nimbus.Client.Factory
-
- All Implemented Interfaces:
org.apache.storm.thrift.TServiceClientFactory<Nimbus.Client>
- Enclosing class:
- Nimbus.Client
public static class Nimbus.Client.Factory extends Object implements org.apache.storm.thrift.TServiceClientFactory<Nimbus.Client>
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Nimbus.Client
getClient(org.apache.storm.thrift.protocol.TProtocol prot)
Nimbus.Client
getClient(org.apache.storm.thrift.protocol.TProtocol iprot, org.apache.storm.thrift.protocol.TProtocol oprot)
-
-
-
Method Detail
-
getClient
public Nimbus.Client getClient(org.apache.storm.thrift.protocol.TProtocol prot)
- Specified by:
getClient
in interfaceorg.apache.storm.thrift.TServiceClientFactory<Nimbus.Client>
-
getClient
public Nimbus.Client getClient(org.apache.storm.thrift.protocol.TProtocol iprot, org.apache.storm.thrift.protocol.TProtocol oprot)
- Specified by:
getClient
in interfaceorg.apache.storm.thrift.TServiceClientFactory<Nimbus.Client>
-
-