Package com.illumon.iris.db.v2.utils
Class Index.LegacyIndexUpdateCoalescer
java.lang.Object
com.illumon.iris.db.v2.utils.Index.LegacyIndexUpdateCoalescer
- Enclosing interface:
- Index
public static class Index.LegacyIndexUpdateCoalescer extends Object
-
Constructor Summary
Constructors Constructor Description LegacyIndexUpdateCoalescer()
LegacyIndexUpdateCoalescer(Index added, Index removed, Index modified)
The class assumes ownership of one reference to the indices passed; the caller should ensure to Index.clone() them before passing them if they are shared. -
Method Summary
-
Constructor Details
-
LegacyIndexUpdateCoalescer
public LegacyIndexUpdateCoalescer() -
LegacyIndexUpdateCoalescer
The class assumes ownership of one reference to the indices passed; the caller should ensure to Index.clone() them before passing them if they are shared.
-
-
Method Details
-
update
-
takeAdded
-
takeRemoved
-
takeModified
-
reset
public void reset()
-