protobuf
Class ComputeServiceProtos.Compute.Stub

java.lang.Object
  extended by protobuf.ComputeServiceProtos.Compute
      extended by protobuf.ComputeServiceProtos.Compute.Stub
All Implemented Interfaces:
com.google.protobuf.Service
Enclosing class:
ComputeServiceProtos.Compute

public static final class ComputeServiceProtos.Compute.Stub
extends ComputeServiceProtos.Compute


Nested Class Summary
 
Nested classes/interfaces inherited from class protobuf.ComputeServiceProtos.Compute
ComputeServiceProtos.Compute.Stub
 
Method Summary
 void compute(com.google.protobuf.RpcController controller, ComputeServiceProtos.Matrix request, com.google.protobuf.RpcCallback<ComputeServiceProtos.Matrix> done)
           
 com.google.protobuf.RpcChannel getChannel()
           
 
Methods inherited from class protobuf.ComputeServiceProtos.Compute
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newStub
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChannel

public com.google.protobuf.RpcChannel getChannel()

compute

public void compute(com.google.protobuf.RpcController controller,
                    ComputeServiceProtos.Matrix request,
                    com.google.protobuf.RpcCallback<ComputeServiceProtos.Matrix> done)
Specified by:
compute in class ComputeServiceProtos.Compute