Uses of Class
org.hansken.plugin.extraction.runtime.grpc.server.proxy.GrpcFacade
-
Packages that use GrpcFacade Package Description org.hansken.plugin.extraction.runtime.grpc.server.proxy -
-
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 GrpcFacade Modifier and Type Method Description static 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 Constructor Description TraceSearcherProxy(GrpcFacade facade)
-