org.apache.blur.thrift.generated
Class Blur.Client.Factory
java.lang.Object
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>
Blur.Client.Factory
public Blur.Client.Factory()
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.