Uses of Interface
org.apache.jackrabbit.spi.commons.batch.ChangeLog
-
Packages that use ChangeLog Package Description org.apache.jackrabbit.spi.commons.batch -
-
Uses of ChangeLog in org.apache.jackrabbit.spi.commons.batch
Classes in org.apache.jackrabbit.spi.commons.batch that implement ChangeLog Modifier and Type Class Description class
AbstractChangeLog<T extends Operation>
This base class forChangeLog
implementations maintains a list of operations of type typeT
.class
ChangeLogImpl
ThisChangeLog
implementation simply keeps back all calls to itsBatch
methods as a list ofAbstractChangeLog.operations
(with item of typeOperation
).class
ConsolidatingChangeLog
-