org.apache.blur.thrift.generated
Class Blur.Client.Factory

java.lang.Object
  extended by org.apache.blur.thrift.generated.Blur.Client.Factory
All Implemented Interfaces:
TServiceClientFactory<Blur.Client>
Enclosing class:
Blur.Client

public static class Blur.Client.Factory
extends Object
implements TServiceClientFactory<Blur.Client>


Constructor Summary
Blur.Client.Factory()
           
 
Method Summary
 Blur.Client getClient(TProtocol prot)
          Get a brand-new T using prot as both the input and output protocol.
 Blur.Client getClient(TProtocol iprot, TProtocol oprot)
          Get a brand new T using the specified input and output protocols.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Blur.Client.Factory

public Blur.Client.Factory()
Method Detail

getClient

public Blur.Client getClient(TProtocol prot)
Description copied from interface: TServiceClientFactory
Get a brand-new T using prot as both the input and output protocol.

Specified by:
getClient in interface TServiceClientFactory<Blur.Client>
Returns:
A brand-new T using prot as both the input and output protocol.

getClient

public Blur.Client getClient(TProtocol iprot,
                             TProtocol oprot)
Description copied from interface: TServiceClientFactory
Get a brand new T using the specified input and output protocols. The input and output protocols may be the same instance.

Specified by:
getClient in interface TServiceClientFactory<Blur.Client>
Returns:
a brand new T using the specified input and output protocols


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