Uses of Class
org.apache.druid.frame.file.FrameFilePartialFetch
-
Packages that use FrameFilePartialFetch Package Description org.apache.druid.frame.file -
-
Uses of FrameFilePartialFetch in org.apache.druid.frame.file
Methods in org.apache.druid.frame.file that return types with arguments of type FrameFilePartialFetch Modifier and Type Method Description ClientResponse<FrameFilePartialFetch>FrameFileHttpResponseHandler. done(ClientResponse<FrameFilePartialFetch> clientResponse)ClientResponse<FrameFilePartialFetch>FrameFileHttpResponseHandler. handleChunk(ClientResponse<FrameFilePartialFetch> clientResponse, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum)ClientResponse<FrameFilePartialFetch>FrameFileHttpResponseHandler. handleResponse(org.jboss.netty.handler.codec.http.HttpResponse response, HttpResponseHandler.TrafficCop trafficCop)Method parameters in org.apache.druid.frame.file with type arguments of type FrameFilePartialFetch Modifier and Type Method Description ClientResponse<FrameFilePartialFetch>FrameFileHttpResponseHandler. done(ClientResponse<FrameFilePartialFetch> clientResponse)voidFrameFileHttpResponseHandler. exceptionCaught(ClientResponse<FrameFilePartialFetch> clientResponse, Throwable e)ClientResponse<FrameFilePartialFetch>FrameFileHttpResponseHandler. handleChunk(ClientResponse<FrameFilePartialFetch> clientResponse, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum)
-