Class ManagementSrv.Client

java.lang.Object
org.apache.thrift.TServiceClient
dev.vality.fistful.provider.ManagementSrv.Client
All Implemented Interfaces:
ManagementSrv.Iface
Enclosing class:
ManagementSrv

public static class ManagementSrv.Client
extends org.apache.thrift.TServiceClient
implements ManagementSrv.Iface
  • Constructor Details

    • Client

      public Client​(org.apache.thrift.protocol.TProtocol prot)
    • Client

      public Client​(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
  • Method Details

    • getProvider

      public Provider getProvider​(String id) throws ProviderNotFound, org.apache.thrift.TException
      Specified by:
      getProvider in interface ManagementSrv.Iface
      Throws:
      ProviderNotFound
      org.apache.thrift.TException
    • sendGetProvider

      public void sendGetProvider​(String id) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • recvGetProvider

      public Provider recvGetProvider() throws ProviderNotFound, org.apache.thrift.TException
      Throws:
      ProviderNotFound
      org.apache.thrift.TException
    • listProviders

      public List<Provider> listProviders() throws org.apache.thrift.TException
      Specified by:
      listProviders in interface ManagementSrv.Iface
      Throws:
      org.apache.thrift.TException
    • sendListProviders

      public void sendListProviders() throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • recvListProviders

      public List<Provider> recvListProviders() throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException