| Package | Description |
|---|---|
| no.rmz.blobee.rpc.methods | |
| no.rmz.blobee.rpc.peer | |
| no.rmz.blobee.rpc.peer.wireprotocol | |
| no.rmz.blobee.rpc.server | |
| no.rmz.blobeeproto.api.proto |
| Modifier and Type | Method and Description |
|---|---|
static Rpc.MethodSignature |
ResolverImpl.getMethodSignatureFromMethodDescriptor(com.google.protobuf.Descriptors.MethodDescriptor key) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.MessageLite |
ResolverImpl.getPrototypeForParameter(Rpc.MethodSignature methodSignature) |
com.google.protobuf.MessageLite |
MethodSignatureResolver.getPrototypeForParameter(Rpc.MethodSignature methodSignature) |
com.google.protobuf.MessageLite |
ResolverImpl.getPrototypeForReturnValue(Rpc.MethodSignature methodSignature) |
com.google.protobuf.MessageLite |
MethodSignatureResolver.getPrototypeForReturnValue(Rpc.MethodSignature methodSignature) |
| Modifier and Type | Method and Description |
|---|---|
Rpc.MethodSignature |
RemoteExecutionContext.getMethodSignature() |
| Constructor and Description |
|---|
RemoteExecutionContext(RpcPeerHandler peerHandler,
org.jboss.netty.channel.ChannelHandlerContext ctx,
Rpc.MethodSignature methodSignature,
long rpcIndex,
RpcDirection direction) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutgoingRpcAdapterImpl.returnRpcResult(long rpcIndex,
Rpc.MethodSignature methodSignature,
com.google.protobuf.Message result) |
void |
OutgoingRpcAdapter.returnRpcResult(long rpcIndex,
Rpc.MethodSignature methodSignature,
com.google.protobuf.Message result)
Send a return value for an invocation.
|
| Modifier and Type | Method and Description |
|---|---|
Method |
RpcExecutionServiceImpl.getMethod(Rpc.MethodSignature ms) |
Class |
RpcExecutionServiceImpl.getParameterType(Rpc.MethodSignature sig) |
Class |
RpcExecutionService.getParameterType(Rpc.MethodSignature sig)
Look Find the parameter type associated with a method signature.
|
Class |
RpcExecutionServiceImpl.getReturnType(Rpc.MethodSignature sig) |
Class |
RpcExecutionService.getReturnType(Rpc.MethodSignature sig)
Look Find the return type associated with a method signature.
|
| Modifier and Type | Method and Description |
|---|---|
Rpc.MethodSignature |
Rpc.MethodSignature.Builder.build() |
Rpc.MethodSignature |
Rpc.MethodSignature.Builder.buildPartial() |
static Rpc.MethodSignature |
Rpc.MethodSignature.getDefaultInstance() |
Rpc.MethodSignature |
Rpc.MethodSignature.getDefaultInstanceForType() |
Rpc.MethodSignature |
Rpc.MethodSignature.Builder.getDefaultInstanceForType() |
Rpc.MethodSignature |
Rpc.RpcControl.getMethodSignature() |
Rpc.MethodSignature |
Rpc.RpcControl.Builder.getMethodSignature() |
protected Rpc.MethodSignature |
Rpc.MethodSignature.Builder.internalGetResult() |
static Rpc.MethodSignature |
Rpc.MethodSignature.parseDelimitedFrom(InputStream input) |
static Rpc.MethodSignature |
Rpc.MethodSignature.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rpc.MethodSignature |
Rpc.MethodSignature.parseFrom(byte[] data) |
static Rpc.MethodSignature |
Rpc.MethodSignature.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rpc.MethodSignature |
Rpc.MethodSignature.parseFrom(com.google.protobuf.ByteString data) |
static Rpc.MethodSignature |
Rpc.MethodSignature.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rpc.MethodSignature |
Rpc.MethodSignature.parseFrom(com.google.protobuf.CodedInputStream input) |
static Rpc.MethodSignature |
Rpc.MethodSignature.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rpc.MethodSignature |
Rpc.MethodSignature.parseFrom(InputStream input) |
static Rpc.MethodSignature |
Rpc.MethodSignature.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Rpc.MethodSignature.Builder |
Rpc.MethodSignature.Builder.mergeFrom(Rpc.MethodSignature other) |
Rpc.RpcControl.Builder |
Rpc.RpcControl.Builder.mergeMethodSignature(Rpc.MethodSignature value) |
static Rpc.MethodSignature.Builder |
Rpc.MethodSignature.newBuilder(Rpc.MethodSignature prototype) |
Rpc.RpcControl.Builder |
Rpc.RpcControl.Builder.setMethodSignature(Rpc.MethodSignature value) |
Copyright © 2013. All Rights Reserved.