Package dev.vality.damsel.wb_list
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 classWbListServiceSrv.Client.Factory -
Field Summary
Fields inherited from class org.apache.thrift.TServiceClient
iprot_, oprot_, seqid_ -
Constructor Summary
-
Method Summary
Modifier and Type Method Description ResultgetRowInfo(Row row)Возвращает информацию по записи в списке если списка не существует то выбрасывается ListNotFoundbooleanisAllExist(List<Row> row)Проверяет существование в списке всех записей если списка не существует то выбрасывается ListNotFoundbooleanisAnyExist(List<Row> row)Проверяет существование хотя бы одной записи если списка не существует то выбрасывается ListNotFoundbooleanisExist(Row row)Проверяет существование в списке если списка не существует то выбрасывается ListNotFoundbooleanisNotOneExist(List<Row> row)Проверяет, что нет ни одной записи в списках если списка не существует то выбрасывается ListNotFoundResultrecvGetRowInfo()booleanrecvIsAllExist()booleanrecvIsAnyExist()booleanrecvIsExist()booleanrecvIsNotOneExist()voidsendGetRowInfo(Row row)voidsendIsAllExist(List<Row> row)voidsendIsAnyExist(List<Row> row)voidsendIsExist(Row row)voidsendIsNotOneExist(List<Row> row)Methods inherited from class org.apache.thrift.TServiceClient
getInputProtocol, getOutputProtocol, receiveBase, sendBase, sendBaseOneway
-
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
Description copied from interface:WbListServiceSrv.IfaceПроверяет существование в списке если списка не существует то выбрасывается ListNotFound- Specified by:
isExistin interfaceWbListServiceSrv.Iface- Throws:
ListNotFoundorg.apache.thrift.TException
-
sendIsExist
- Throws:
org.apache.thrift.TException
-
recvIsExist
- Throws:
ListNotFoundorg.apache.thrift.TException
-
isAllExist
Description copied from interface:WbListServiceSrv.IfaceПроверяет существование в списке всех записей если списка не существует то выбрасывается ListNotFound- Specified by:
isAllExistin interfaceWbListServiceSrv.Iface- Throws:
ListNotFoundorg.apache.thrift.TException
-
sendIsAllExist
- Throws:
org.apache.thrift.TException
-
recvIsAllExist
- Throws:
ListNotFoundorg.apache.thrift.TException
-
isAnyExist
Description copied from interface:WbListServiceSrv.IfaceПроверяет существование хотя бы одной записи если списка не существует то выбрасывается ListNotFound- Specified by:
isAnyExistin interfaceWbListServiceSrv.Iface- Throws:
ListNotFoundorg.apache.thrift.TException
-
sendIsAnyExist
- Throws:
org.apache.thrift.TException
-
recvIsAnyExist
- Throws:
ListNotFoundorg.apache.thrift.TException
-
isNotOneExist
Description copied from interface:WbListServiceSrv.IfaceПроверяет, что нет ни одной записи в списках если списка не существует то выбрасывается ListNotFound- Specified by:
isNotOneExistin interfaceWbListServiceSrv.Iface- Throws:
ListNotFoundorg.apache.thrift.TException
-
sendIsNotOneExist
- Throws:
org.apache.thrift.TException
-
recvIsNotOneExist
- Throws:
ListNotFoundorg.apache.thrift.TException
-
getRowInfo
Description copied from interface:WbListServiceSrv.IfaceВозвращает информацию по записи в списке если списка не существует то выбрасывается ListNotFound- Specified by:
getRowInfoin interfaceWbListServiceSrv.Iface- Throws:
ListNotFoundorg.apache.thrift.TException
-
sendGetRowInfo
- Throws:
org.apache.thrift.TException
-
recvGetRowInfo
- Throws:
ListNotFoundorg.apache.thrift.TException
-