Package io.deephaven.server.table.ops
Class UpdateOrSelectGrpcImpl
java.lang.Object
io.deephaven.server.table.ops.GrpcTableOperation<SelectOrUpdateRequest>
io.deephaven.server.table.ops.UpdateOrSelectGrpcImpl
- Direct Known Subclasses:
UpdateOrSelectGrpcImpl.LazyUpdateGrpcImpl
,UpdateOrSelectGrpcImpl.SelectGrpcImpl
,UpdateOrSelectGrpcImpl.UpdateGrpcImpl
,UpdateOrSelectGrpcImpl.UpdateViewGrpcImpl
,UpdateOrSelectGrpcImpl.ViewGrpcImpl
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
protected static interface
static class
static class
static class
static class
Nested classes/interfaces inherited from class io.deephaven.server.table.ops.GrpcTableOperation
GrpcTableOperation.MultiDependencyFunction<T>, GrpcTableOperation.PermissionFunction<T>
-
Constructor Summary
ModifierConstructorDescriptionprotected
UpdateOrSelectGrpcImpl
(GrpcTableOperation.PermissionFunction<SelectOrUpdateRequest> permission, Function<BatchTableRequest.Operation, SelectOrUpdateRequest> getRequest, UpdateOrSelectGrpcImpl.RealTableOperation realTableOperation, boolean requiresSharedLock) -
Method Summary
Modifier and TypeMethodDescriptioncreate
(SelectOrUpdateRequest request, List<SessionState.ExportObject<Table>> sourceTables) This actually performs the operation.Methods inherited from class io.deephaven.server.table.ops.GrpcTableOperation
checkPermission, getRequestFromOperation, getResultTicket, getTableReferences, validateRequest
-
Constructor Details
-
UpdateOrSelectGrpcImpl
protected UpdateOrSelectGrpcImpl(GrpcTableOperation.PermissionFunction<SelectOrUpdateRequest> permission, Function<BatchTableRequest.Operation, SelectOrUpdateRequest> getRequest, UpdateOrSelectGrpcImpl.RealTableOperation realTableOperation, boolean requiresSharedLock)
-
-
Method Details
-
create
public Table create(SelectOrUpdateRequest request, List<SessionState.ExportObject<Table>> sourceTables) Description copied from class:GrpcTableOperation
This actually performs the operation. It will typically be performed after the- Specified by:
create
in classGrpcTableOperation<SelectOrUpdateRequest>
- Parameters:
request
- the original request from the usersourceTables
- the source tables that this operation may or may not need- Returns:
- the resulting table
-