Uses of Interface
net.officefloor.nosql.cosmosdb.CosmosDbUtil.CosmosOperation
Packages that use CosmosDbUtil.CosmosOperation
-
Uses of CosmosDbUtil.CosmosOperation in net.officefloor.nosql.cosmosdb
Methods in net.officefloor.nosql.cosmosdb with parameters of type CosmosDbUtil.CosmosOperationModifier and TypeMethodDescriptionstatic <R,E extends Throwable>
RCosmosDbUtil.ignoreConflict(CosmosDbUtil.CosmosOperation<R, E> operation) Ignores conflict.static <R,E extends Throwable>
RCosmosDbUtil.ignoreNotFound(CosmosDbUtil.CosmosOperation<R, E> operation) IgnoresNotFoundException(when deleting).static <R,E extends Throwable>
RCosmosDbUtil.retry(boolean isRead, CosmosDbUtil.CosmosOperation<R, E> operation) Undertakes theCosmosDbUtil.CosmosOperationwith appropriate retrying.static <R,E extends Throwable>
RCosmosDbUtil.retry(CosmosDbUtil.CosmosOperation<R, E> operation) Undertakes theCosmosDbUtil.CosmosOperationwith appropriate retrying.