Package org.opendaylight.ovsdb.lib.impl
Class FutureTransformUtils
- java.lang.Object
-
- org.opendaylight.ovsdb.lib.impl.FutureTransformUtils
-
public final class FutureTransformUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.common.util.concurrent.ListenableFuture<List<OperationResult>>
transformTransactResponse(com.google.common.util.concurrent.ListenableFuture<List<com.fasterxml.jackson.databind.JsonNode>> transactResponseFuture, List<Operation> operations)
-
-
-
Method Detail
-
transformTransactResponse
public static com.google.common.util.concurrent.ListenableFuture<List<OperationResult>> transformTransactResponse(com.google.common.util.concurrent.ListenableFuture<List<com.fasterxml.jackson.databind.JsonNode>> transactResponseFuture, List<Operation> operations)
-
-