Package dev.vality.fistful.source
Class RepairerSrv.Client
java.lang.Object
org.apache.thrift.TServiceClient
dev.vality.fistful.source.RepairerSrv.Client
- All Implemented Interfaces:
RepairerSrv.Iface
- Enclosing class:
- RepairerSrv
public static class RepairerSrv.Client extends org.apache.thrift.TServiceClient implements RepairerSrv.Iface
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRepairerSrv.Client.Factory -
Field Summary
Fields inherited from class org.apache.thrift.TServiceClient
iprot_, oprot_, seqid_ -
Constructor Summary
-
Method Summary
Modifier and Type Method Description voidrecvRepair()voidrepair(String id, RepairScenario scenario)voidsendRepair(String id, RepairScenario scenario)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
-
repair
public void repair(String id, RepairScenario scenario) throws SourceNotFound, MachineAlreadyWorking, org.apache.thrift.TException- Specified by:
repairin interfaceRepairerSrv.Iface- Throws:
SourceNotFoundMachineAlreadyWorkingorg.apache.thrift.TException
-
sendRepair
- Throws:
org.apache.thrift.TException
-
recvRepair
- Throws:
SourceNotFoundMachineAlreadyWorkingorg.apache.thrift.TException
-