JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
nosql.batch.update
Interface BatchUpdate<LOCKS,
UPDATES>
public interface
BatchUpdate<LOCKS,
UPDATES>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
LOCKS
locks
()
UPDATES
updates
()
Method Details
locks
LOCKS
locks
()
Returns:
Locks that should be acquired before applying batch of updated. After locks acquired we should check for expected values if post lock approach used
updates
UPDATES
updates
()