Uses of Class
es.bsc.dataclay.communication.grpc.messages.dataservice.DataserviceMessages.GetClassIDFromObjectInMemoryResponse
-
Packages that use DataserviceMessages.GetClassIDFromObjectInMemoryResponse Package Description es.bsc.dataclay.communication.grpc.generated.dataservice es.bsc.dataclay.communication.grpc.messages.dataservice es.bsc.dataclay.communication.grpc.services.dataservice Contains service classes for communication in DataService. -
-
Uses of DataserviceMessages.GetClassIDFromObjectInMemoryResponse in es.bsc.dataclay.communication.grpc.generated.dataservice
Methods in es.bsc.dataclay.communication.grpc.generated.dataservice that return DataserviceMessages.GetClassIDFromObjectInMemoryResponse Modifier and Type Method Description DataserviceMessages.GetClassIDFromObjectInMemoryResponse
DataServiceGrpc.DataServiceBlockingStub. getClassIDFromObjectInMemory(DataserviceMessages.GetClassIDFromObjectInMemoryRequest request)
Methods in es.bsc.dataclay.communication.grpc.generated.dataservice that return types with arguments of type DataserviceMessages.GetClassIDFromObjectInMemoryResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<DataserviceMessages.GetClassIDFromObjectInMemoryResponse>
DataServiceGrpc.DataServiceFutureStub. getClassIDFromObjectInMemory(DataserviceMessages.GetClassIDFromObjectInMemoryRequest request)
static io.grpc.MethodDescriptor<DataserviceMessages.GetClassIDFromObjectInMemoryRequest,DataserviceMessages.GetClassIDFromObjectInMemoryResponse>
DataServiceGrpc. getGetClassIDFromObjectInMemoryMethod()
Method parameters in es.bsc.dataclay.communication.grpc.generated.dataservice with type arguments of type DataserviceMessages.GetClassIDFromObjectInMemoryResponse Modifier and Type Method Description void
DataServiceGrpc.DataServiceImplBase. getClassIDFromObjectInMemory(DataserviceMessages.GetClassIDFromObjectInMemoryRequest request, io.grpc.stub.StreamObserver<DataserviceMessages.GetClassIDFromObjectInMemoryResponse> responseObserver)
void
DataServiceGrpc.DataServiceStub. getClassIDFromObjectInMemory(DataserviceMessages.GetClassIDFromObjectInMemoryRequest request, io.grpc.stub.StreamObserver<DataserviceMessages.GetClassIDFromObjectInMemoryResponse> responseObserver)
-
Uses of DataserviceMessages.GetClassIDFromObjectInMemoryResponse in es.bsc.dataclay.communication.grpc.messages.dataservice
Methods in es.bsc.dataclay.communication.grpc.messages.dataservice that return DataserviceMessages.GetClassIDFromObjectInMemoryResponse Modifier and Type Method Description DataserviceMessages.GetClassIDFromObjectInMemoryResponse
DataserviceMessages.GetClassIDFromObjectInMemoryResponse.Builder. build()
DataserviceMessages.GetClassIDFromObjectInMemoryResponse
DataserviceMessages.GetClassIDFromObjectInMemoryResponse.Builder. buildPartial()
static DataserviceMessages.GetClassIDFromObjectInMemoryResponse
DataserviceMessages.GetClassIDFromObjectInMemoryResponse. getDefaultInstance()
DataserviceMessages.GetClassIDFromObjectInMemoryResponse
DataserviceMessages.GetClassIDFromObjectInMemoryResponse.Builder. getDefaultInstanceForType()
DataserviceMessages.GetClassIDFromObjectInMemoryResponse
DataserviceMessages.GetClassIDFromObjectInMemoryResponse. getDefaultInstanceForType()
static DataserviceMessages.GetClassIDFromObjectInMemoryResponse
DataserviceMessages.GetClassIDFromObjectInMemoryResponse. parseDelimitedFrom(InputStream input)
static DataserviceMessages.GetClassIDFromObjectInMemoryResponse
DataserviceMessages.GetClassIDFromObjectInMemoryResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataserviceMessages.GetClassIDFromObjectInMemoryResponse
DataserviceMessages.GetClassIDFromObjectInMemoryResponse. parseFrom(byte[] data)
static DataserviceMessages.GetClassIDFromObjectInMemoryResponse
DataserviceMessages.GetClassIDFromObjectInMemoryResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataserviceMessages.GetClassIDFromObjectInMemoryResponse
DataserviceMessages.GetClassIDFromObjectInMemoryResponse. parseFrom(com.google.protobuf.ByteString data)
static DataserviceMessages.GetClassIDFromObjectInMemoryResponse
DataserviceMessages.GetClassIDFromObjectInMemoryResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataserviceMessages.GetClassIDFromObjectInMemoryResponse
DataserviceMessages.GetClassIDFromObjectInMemoryResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static DataserviceMessages.GetClassIDFromObjectInMemoryResponse
DataserviceMessages.GetClassIDFromObjectInMemoryResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataserviceMessages.GetClassIDFromObjectInMemoryResponse
DataserviceMessages.GetClassIDFromObjectInMemoryResponse. parseFrom(InputStream input)
static DataserviceMessages.GetClassIDFromObjectInMemoryResponse
DataserviceMessages.GetClassIDFromObjectInMemoryResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataserviceMessages.GetClassIDFromObjectInMemoryResponse
DataserviceMessages.GetClassIDFromObjectInMemoryResponse. parseFrom(ByteBuffer data)
static DataserviceMessages.GetClassIDFromObjectInMemoryResponse
DataserviceMessages.GetClassIDFromObjectInMemoryResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in es.bsc.dataclay.communication.grpc.messages.dataservice that return types with arguments of type DataserviceMessages.GetClassIDFromObjectInMemoryResponse Modifier and Type Method Description com.google.protobuf.Parser<DataserviceMessages.GetClassIDFromObjectInMemoryResponse>
DataserviceMessages.GetClassIDFromObjectInMemoryResponse. getParserForType()
static com.google.protobuf.Parser<DataserviceMessages.GetClassIDFromObjectInMemoryResponse>
DataserviceMessages.GetClassIDFromObjectInMemoryResponse. parser()
Methods in es.bsc.dataclay.communication.grpc.messages.dataservice with parameters of type DataserviceMessages.GetClassIDFromObjectInMemoryResponse Modifier and Type Method Description DataserviceMessages.GetClassIDFromObjectInMemoryResponse.Builder
DataserviceMessages.GetClassIDFromObjectInMemoryResponse.Builder. mergeFrom(DataserviceMessages.GetClassIDFromObjectInMemoryResponse other)
static DataserviceMessages.GetClassIDFromObjectInMemoryResponse.Builder
DataserviceMessages.GetClassIDFromObjectInMemoryResponse. newBuilder(DataserviceMessages.GetClassIDFromObjectInMemoryResponse prototype)
-
Uses of DataserviceMessages.GetClassIDFromObjectInMemoryResponse in es.bsc.dataclay.communication.grpc.services.dataservice
Method parameters in es.bsc.dataclay.communication.grpc.services.dataservice with type arguments of type DataserviceMessages.GetClassIDFromObjectInMemoryResponse Modifier and Type Method Description void
DataServiceService. getClassIDFromObjectInMemory(DataserviceMessages.GetClassIDFromObjectInMemoryRequest request, io.grpc.stub.StreamObserver<DataserviceMessages.GetClassIDFromObjectInMemoryResponse> responseObserver)
-