Uses of Class
com.google.api.gax.batching.BatchEntry
-
Packages that use BatchEntry Package Description com.google.api.gax.batching -
-
Uses of BatchEntry in com.google.api.gax.batching
Methods in com.google.api.gax.batching that return BatchEntry Modifier and Type Method Description static <ElementT,ElementResultT>
BatchEntry<ElementT,ElementResultT>BatchEntry. create(ElementT element, SettableApiFuture<ElementResultT> resultFuture)Returns a new BatchEntryMethod parameters in com.google.api.gax.batching with type arguments of type BatchEntry Modifier and Type Method Description voidBatchingDescriptor. splitException(Throwable throwable, List<BatchEntry<ElementT,ElementResultT>> batch)Unpacks the batch response error into individual element errors.voidBatchingDescriptor. splitResponse(ResponseT batchResponse, List<BatchEntry<ElementT,ElementResultT>> batch)Unpacks the batch response into individual elements results.
-