Package io.deephaven.server.table.ops
Class AjRajGrpcImpl
java.lang.Object
io.deephaven.server.table.ops.GrpcTableOperation<io.deephaven.proto.backplane.grpc.AjRajTablesRequest>
io.deephaven.server.table.ops.AjRajGrpcImpl
- Direct Known Subclasses:
AjRajGrpcImpl.AjGrpcImpl,AjRajGrpcImpl.RajGrpcImpl
public abstract class AjRajGrpcImpl
extends GrpcTableOperation<io.deephaven.proto.backplane.grpc.AjRajTablesRequest>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class io.deephaven.server.table.ops.GrpcTableOperation
GrpcTableOperation.MultiDependencyFunction<T>, GrpcTableOperation.PermissionFunction<T> -
Method Summary
Modifier and TypeMethodDescriptionio.deephaven.engine.table.Tablecreate(io.deephaven.proto.backplane.grpc.AjRajTablesRequest request, List<SessionState.ExportObject<io.deephaven.engine.table.Table>> sourceTables) This actually performs the operation.voidvalidateRequest(io.deephaven.proto.backplane.grpc.AjRajTablesRequest request) This method validates preconditions of the request.Methods inherited from class io.deephaven.server.table.ops.GrpcTableOperation
checkPermission, getRequestFromOperation, getResultTicket, getTableReferences
-
Method Details
-
validateRequest
public void validateRequest(io.deephaven.proto.backplane.grpc.AjRajTablesRequest request) throws io.grpc.StatusRuntimeException Description copied from class:GrpcTableOperationThis method validates preconditions of the request.- Overrides:
validateRequestin classGrpcTableOperation<io.deephaven.proto.backplane.grpc.AjRajTablesRequest>- Parameters:
request- the original request from the user- Throws:
io.grpc.StatusRuntimeException- on the first failed precondition
-
create
public io.deephaven.engine.table.Table create(io.deephaven.proto.backplane.grpc.AjRajTablesRequest request, List<SessionState.ExportObject<io.deephaven.engine.table.Table>> sourceTables) Description copied from class:GrpcTableOperationThis actually performs the operation. It will typically be performed after the- Specified by:
createin classGrpcTableOperation<io.deephaven.proto.backplane.grpc.AjRajTablesRequest>- Parameters:
request- the original request from the usersourceTables- the source tables that this operation may or may not need- Returns:
- the resulting table
-