Class IndexData.PendingChange

  • Enclosing class:
    IndexData

    public abstract static class IndexData.PendingChange
    extends Object
    Utility class which maintains information about a pending index update. An instance of this class can be used to complete the change (by calling commit()) or undo the change (by calling rollback()).