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.GetClassIDFromObjectInMemoryResponseDataServiceGrpc.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 voidDataServiceGrpc.DataServiceImplBase. getClassIDFromObjectInMemory(DataserviceMessages.GetClassIDFromObjectInMemoryRequest request, io.grpc.stub.StreamObserver<DataserviceMessages.GetClassIDFromObjectInMemoryResponse> responseObserver)voidDataServiceGrpc.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.GetClassIDFromObjectInMemoryResponseDataserviceMessages.GetClassIDFromObjectInMemoryResponse.Builder. build()DataserviceMessages.GetClassIDFromObjectInMemoryResponseDataserviceMessages.GetClassIDFromObjectInMemoryResponse.Builder. buildPartial()static DataserviceMessages.GetClassIDFromObjectInMemoryResponseDataserviceMessages.GetClassIDFromObjectInMemoryResponse. getDefaultInstance()DataserviceMessages.GetClassIDFromObjectInMemoryResponseDataserviceMessages.GetClassIDFromObjectInMemoryResponse.Builder. getDefaultInstanceForType()DataserviceMessages.GetClassIDFromObjectInMemoryResponseDataserviceMessages.GetClassIDFromObjectInMemoryResponse. getDefaultInstanceForType()static DataserviceMessages.GetClassIDFromObjectInMemoryResponseDataserviceMessages.GetClassIDFromObjectInMemoryResponse. parseDelimitedFrom(InputStream input)static DataserviceMessages.GetClassIDFromObjectInMemoryResponseDataserviceMessages.GetClassIDFromObjectInMemoryResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataserviceMessages.GetClassIDFromObjectInMemoryResponseDataserviceMessages.GetClassIDFromObjectInMemoryResponse. parseFrom(byte[] data)static DataserviceMessages.GetClassIDFromObjectInMemoryResponseDataserviceMessages.GetClassIDFromObjectInMemoryResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataserviceMessages.GetClassIDFromObjectInMemoryResponseDataserviceMessages.GetClassIDFromObjectInMemoryResponse. parseFrom(com.google.protobuf.ByteString data)static DataserviceMessages.GetClassIDFromObjectInMemoryResponseDataserviceMessages.GetClassIDFromObjectInMemoryResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataserviceMessages.GetClassIDFromObjectInMemoryResponseDataserviceMessages.GetClassIDFromObjectInMemoryResponse. parseFrom(com.google.protobuf.CodedInputStream input)static DataserviceMessages.GetClassIDFromObjectInMemoryResponseDataserviceMessages.GetClassIDFromObjectInMemoryResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataserviceMessages.GetClassIDFromObjectInMemoryResponseDataserviceMessages.GetClassIDFromObjectInMemoryResponse. parseFrom(InputStream input)static DataserviceMessages.GetClassIDFromObjectInMemoryResponseDataserviceMessages.GetClassIDFromObjectInMemoryResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataserviceMessages.GetClassIDFromObjectInMemoryResponseDataserviceMessages.GetClassIDFromObjectInMemoryResponse. parseFrom(ByteBuffer data)static DataserviceMessages.GetClassIDFromObjectInMemoryResponseDataserviceMessages.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.BuilderDataserviceMessages.GetClassIDFromObjectInMemoryResponse.Builder. mergeFrom(DataserviceMessages.GetClassIDFromObjectInMemoryResponse other)static DataserviceMessages.GetClassIDFromObjectInMemoryResponse.BuilderDataserviceMessages.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 voidDataServiceService. getClassIDFromObjectInMemory(DataserviceMessages.GetClassIDFromObjectInMemoryRequest request, io.grpc.stub.StreamObserver<DataserviceMessages.GetClassIDFromObjectInMemoryResponse> responseObserver)
-