Class WbListServiceSrv.Client

java.lang.Object
org.apache.thrift.TServiceClient
dev.vality.damsel.wb_list.WbListServiceSrv.Client
All Implemented Interfaces:
WbListServiceSrv.Iface
Enclosing class:
WbListServiceSrv

public static class WbListServiceSrv.Client
extends org.apache.thrift.TServiceClient
implements WbListServiceSrv.Iface
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  WbListServiceSrv.Client.Factory  
  • Field Summary

    Fields inherited from class org.apache.thrift.TServiceClient

    iprot_, oprot_, seqid_
  • Constructor Summary

    Constructors
    Constructor Description
    Client​(org.apache.thrift.protocol.TProtocol prot)  
    Client​(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)  
  • Method Summary

    Modifier and Type Method Description
    Result getRowInfo​(Row row)
    Возвращает информацию по записи в списке если списка не существует то выбрасывается ListNotFound
    boolean isAllExist​(List<Row> row)
    Проверяет существование в списке всех записей если списка не существует то выбрасывается ListNotFound
    boolean isAnyExist​(List<Row> row)
    Проверяет существование хотя бы одной записи если списка не существует то выбрасывается ListNotFound
    boolean isExist​(Row row)
    Проверяет существование в списке если списка не существует то выбрасывается ListNotFound
    boolean isNotOneExist​(List<Row> row)
    Проверяет, что нет ни одной записи в списках если списка не существует то выбрасывается ListNotFound
    Result recvGetRowInfo()  
    boolean recvIsAllExist()  
    boolean recvIsAnyExist()  
    boolean recvIsExist()  
    boolean recvIsNotOneExist()  
    void sendGetRowInfo​(Row row)  
    void sendIsAllExist​(List<Row> row)  
    void sendIsAnyExist​(List<Row> row)  
    void sendIsExist​(Row row)  
    void sendIsNotOneExist​(List<Row> row)  

    Methods inherited from class org.apache.thrift.TServiceClient

    getInputProtocol, getOutputProtocol, receiveBase, sendBase, sendBaseOneway

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

    • isExist

      public boolean isExist​(Row row) throws ListNotFound, org.apache.thrift.TException
      Description copied from interface: WbListServiceSrv.Iface
      Проверяет существование в списке если списка не существует то выбрасывается ListNotFound
      Specified by:
      isExist in interface WbListServiceSrv.Iface
      Throws:
      ListNotFound
      org.apache.thrift.TException
    • sendIsExist

      public void sendIsExist​(Row row) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • recvIsExist

      public boolean recvIsExist() throws ListNotFound, org.apache.thrift.TException
      Throws:
      ListNotFound
      org.apache.thrift.TException
    • isAllExist

      public boolean isAllExist​(List<Row> row) throws ListNotFound, org.apache.thrift.TException
      Description copied from interface: WbListServiceSrv.Iface
      Проверяет существование в списке всех записей если списка не существует то выбрасывается ListNotFound
      Specified by:
      isAllExist in interface WbListServiceSrv.Iface
      Throws:
      ListNotFound
      org.apache.thrift.TException
    • sendIsAllExist

      public void sendIsAllExist​(List<Row> row) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • recvIsAllExist

      public boolean recvIsAllExist() throws ListNotFound, org.apache.thrift.TException
      Throws:
      ListNotFound
      org.apache.thrift.TException
    • isAnyExist

      public boolean isAnyExist​(List<Row> row) throws ListNotFound, org.apache.thrift.TException
      Description copied from interface: WbListServiceSrv.Iface
      Проверяет существование хотя бы одной записи если списка не существует то выбрасывается ListNotFound
      Specified by:
      isAnyExist in interface WbListServiceSrv.Iface
      Throws:
      ListNotFound
      org.apache.thrift.TException
    • sendIsAnyExist

      public void sendIsAnyExist​(List<Row> row) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • recvIsAnyExist

      public boolean recvIsAnyExist() throws ListNotFound, org.apache.thrift.TException
      Throws:
      ListNotFound
      org.apache.thrift.TException
    • isNotOneExist

      public boolean isNotOneExist​(List<Row> row) throws ListNotFound, org.apache.thrift.TException
      Description copied from interface: WbListServiceSrv.Iface
      Проверяет, что нет ни одной записи в списках если списка не существует то выбрасывается ListNotFound
      Specified by:
      isNotOneExist in interface WbListServiceSrv.Iface
      Throws:
      ListNotFound
      org.apache.thrift.TException
    • sendIsNotOneExist

      public void sendIsNotOneExist​(List<Row> row) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • recvIsNotOneExist

      public boolean recvIsNotOneExist() throws ListNotFound, org.apache.thrift.TException
      Throws:
      ListNotFound
      org.apache.thrift.TException
    • getRowInfo

      public Result getRowInfo​(Row row) throws ListNotFound, org.apache.thrift.TException
      Description copied from interface: WbListServiceSrv.Iface
      Возвращает информацию по записи в списке если списка не существует то выбрасывается ListNotFound
      Specified by:
      getRowInfo in interface WbListServiceSrv.Iface
      Throws:
      ListNotFound
      org.apache.thrift.TException
    • sendGetRowInfo

      public void sendGetRowInfo​(Row row) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • recvGetRowInfo

      public Result recvGetRowInfo() throws ListNotFound, org.apache.thrift.TException
      Throws:
      ListNotFound
      org.apache.thrift.TException