Uses of Class
org.apache.druid.java.util.common.Either
Packages that use Either
Package
Description
-
Uses of Either in org.apache.druid.common.guava
Methods in org.apache.druid.common.guava that return types with arguments of type EitherModifier and TypeMethodDescriptionLikeFutures.successfulAsList(com.google.common.util.concurrent.ListenableFuture<? extends V>...), but returnsEitherinstead of usingnullin case of error. -
Uses of Either in org.apache.druid.java.util.common
Methods in org.apache.druid.java.util.common that return Either -
Uses of Either in org.apache.druid.java.util.http.client.response
Methods in org.apache.druid.java.util.http.client.response that return types with arguments of type EitherModifier and TypeMethodDescriptionObjectOrErrorResponseHandler.done(ClientResponse<Either<StringFullResponseHolder, IntermediateType>> clientResponse) ObjectOrErrorResponseHandler.handleChunk(ClientResponse<Either<StringFullResponseHolder, IntermediateType>> clientResponse, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum) ObjectOrErrorResponseHandler.handleResponse(org.jboss.netty.handler.codec.http.HttpResponse response, HttpResponseHandler.TrafficCop trafficCop) Method parameters in org.apache.druid.java.util.http.client.response with type arguments of type EitherModifier and TypeMethodDescriptionObjectOrErrorResponseHandler.done(ClientResponse<Either<StringFullResponseHolder, IntermediateType>> clientResponse) voidObjectOrErrorResponseHandler.exceptionCaught(ClientResponse<Either<StringFullResponseHolder, IntermediateType>> clientResponse, Throwable e) ObjectOrErrorResponseHandler.handleChunk(ClientResponse<Either<StringFullResponseHolder, IntermediateType>> clientResponse, org.jboss.netty.handler.codec.http.HttpChunk chunk, long chunkNum)