Uses of Class
org.hansken.plugin.extraction.runtime.grpc.server.proxy.GrpcFacade
Packages that use GrpcFacade
-
Uses of GrpcFacade in org.hansken.plugin.extraction.runtime.grpc.server.proxy
Methods in org.hansken.plugin.extraction.runtime.grpc.server.proxy with parameters of type GrpcFacadeModifier and TypeMethodDescriptionstatic ExtractionContextProxyExtractionContextProxy.fromRpc(RpcDataContext context, String traceId, GrpcFacade facade) Create a newcontext proxyfor the context described by the givenRpcDataContext, using the givenGrpcFacadeto delegate calls to.static RandomAccessDataRandomAccessDataProxy.fromRpc(RpcRandomAccessDataMeta data, String traceId, GrpcFacade facade) Create a newdata proxyfor the data described by the givenRpcRandomAccessDataMeta, using the givenGrpcFacadeto delegate calls to.static SearchTraceProxySearchTraceProxy.fromRpc(RpcSearchTrace trace, GrpcFacade facade) static TraceProxyTraceProxy.fromRpc(RpcTrace trace, GrpcFacade facade) Create a newtrace proxyfor thetracecurrently being processed, which is described by givenRpcTrace.Constructors in org.hansken.plugin.extraction.runtime.grpc.server.proxy with parameters of type GrpcFacade