File tree Expand file tree Collapse file tree 9 files changed +9
-13
lines changed
oak-core/src/main/java/org/apache/jackrabbit/oak
oak-run/src/main/java/org/apache/jackrabbit/oak
oak-segment-tar/src/main/java/org/apache/jackrabbit/oak/segment/file Expand file tree Collapse file tree 9 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 4848import javax .management .StandardMBean ;
4949import javax .security .auth .login .LoginException ;
5050
51- import org .apache .jackrabbit .oak .commons .pio .Closer ;
52-
5351import org .apache .jackrabbit .oak .api .CommitFailedException ;
5452import org .apache .jackrabbit .oak .api .ContentRepository ;
5553import org .apache .jackrabbit .oak .api .ContentSession ;
6260import org .apache .jackrabbit .oak .commons .concurrent .ExecutorCloser ;
6361import org .apache .jackrabbit .oak .commons .conditions .Validate ;
6462import org .apache .jackrabbit .oak .commons .jmx .AnnotatedStandardMBean ;
63+ import org .apache .jackrabbit .oak .commons .pio .Closer ;
6564import org .apache .jackrabbit .oak .core .ContentRepositoryImpl ;
6665import org .apache .jackrabbit .oak .management .RepositoryManager ;
6766import org .apache .jackrabbit .oak .plugins .atomic .AtomicCounterEditorProvider ;
Original file line number Diff line number Diff line change 2525
2626import org .apache .jackrabbit .oak .api .PropertyState ;
2727import org .apache .jackrabbit .oak .api .Type ;
28+ import org .apache .jackrabbit .oak .commons .pio .Closer ;
2829import org .apache .jackrabbit .oak .plugins .document .DocumentNodeStore ;
2930import org .apache .jackrabbit .oak .spi .state .NodeState ;
3031import org .jetbrains .annotations .NotNull ;
3132
32- import org .apache .jackrabbit .oak .commons .pio .Closer ;
33-
3433/**
3534 * A helper class to manage checkpoints on TarMK and DocumentMK.
3635 */
Original file line number Diff line number Diff line change 1919package org .apache .jackrabbit .oak .index ;
2020
2121import org .apache .jackrabbit .guava .common .base .Stopwatch ;
22- import org .apache .jackrabbit .oak .commons .pio .Closer ;
2322import joptsimple .OptionParser ;
2423import org .apache .commons .io .FileUtils ;
2524import org .apache .felix .inventory .Format ;
2625import org .apache .jackrabbit .oak .api .CommitFailedException ;
2726import org .apache .jackrabbit .oak .commons .collections .SetUtils ;
27+ import org .apache .jackrabbit .oak .commons .pio .Closer ;
2828import org .apache .jackrabbit .oak .index .async .AsyncIndexerLucene ;
2929import org .apache .jackrabbit .oak .index .indexer .document .DocumentStoreIndexer ;
3030import org .apache .jackrabbit .oak .index .indexer .document .indexstore .IndexStore ;
Original file line number Diff line number Diff line change 3434import java .util .function .Consumer ;
3535import java .util .stream .Collectors ;
3636
37- import org .apache .jackrabbit .oak .commons .pio .Closer ;
38-
3937import org .apache .jackrabbit .oak .commons .concurrent .ExecutorCloser ;
4038import org .apache .jackrabbit .oak .commons .json .JsopBuilder ;
39+ import org .apache .jackrabbit .oak .commons .pio .Closer ;
4140import org .apache .jackrabbit .oak .plugins .document .Collection ;
4241import org .apache .jackrabbit .oak .plugins .document .DocumentNodeStore ;
4342import org .apache .jackrabbit .oak .plugins .document .DocumentStore ;
Original file line number Diff line number Diff line change 1818
1919import joptsimple .OptionSpec ;
2020import org .apache .jackrabbit .JcrConstants ;
21- import org .apache .jackrabbit .oak .commons .pio .Closer ;
2221import org .apache .jackrabbit .oak .api .CommitFailedException ;
22+ import org .apache .jackrabbit .oak .commons .pio .Closer ;
2323import org .apache .jackrabbit .oak .plugins .document .DocumentNodeStore ;
2424import org .apache .jackrabbit .oak .plugins .document .DocumentNodeStoreBuilder ;
2525import org .apache .jackrabbit .oak .plugins .document .CreateGarbageHelper ;
Original file line number Diff line number Diff line change 4141
4242import org .apache .jackrabbit .guava .common .base .Splitter ;
4343import org .apache .jackrabbit .guava .common .base .Stopwatch ;
44- import org .apache .jackrabbit .oak .commons .pio .Closer ;
4544import joptsimple .OptionParser ;
4645import org .apache .commons .io .FileUtils ;
4746import org .apache .commons .io .LineIterator ;
5453import org .apache .jackrabbit .oak .commons .PathUtils ;
5554import org .apache .jackrabbit .oak .commons .concurrent .ExecutorCloser ;
5655import org .apache .jackrabbit .oak .commons .io .BurnOnCloseFileIterator ;
56+ import org .apache .jackrabbit .oak .commons .pio .Closer ;
5757import org .apache .jackrabbit .oak .commons .sort .EscapeUtils ;
5858import org .apache .jackrabbit .oak .plugins .blob .BlobReferenceRetriever ;
5959import org .apache .jackrabbit .oak .plugins .blob .MarkSweepGarbageCollector ;
Original file line number Diff line number Diff line change 2525import org .apache .jackrabbit .oak .api .PropertyState ;
2626import org .apache .jackrabbit .oak .api .Type ;
2727import org .apache .jackrabbit .oak .commons .PathUtils ;
28+ import org .apache .jackrabbit .oak .commons .pio .Closer ;
2829import org .apache .jackrabbit .oak .run .Utils .NodeStoreOptions ;
2930import org .apache .jackrabbit .oak .run .commons .Command ;
3031import org .apache .jackrabbit .oak .spi .state .ChildNodeEntry ;
3132import org .apache .jackrabbit .oak .spi .state .NodeState ;
3233import org .apache .jackrabbit .oak .spi .state .NodeStore ;
3334
34- import org .apache .jackrabbit .oak .commons .pio .Closer ;
35-
3635/**
3736 * Scans and lists all references to nt:frozenNode and returns an exit code of 1 if any are found (0 otherwise).
3837 * <p>
Original file line number Diff line number Diff line change 4747import joptsimple .OptionSpecBuilder ;
4848import org .apache .commons .io .FileUtils ;
4949import org .apache .felix .cm .file .ConfigurationHandler ;
50- import org .apache .jackrabbit .oak .commons .pio .Closer ;
5150import org .apache .jackrabbit .core .data .DataStore ;
5251import org .apache .jackrabbit .core .data .DataStoreException ;
5352import org .apache .jackrabbit .oak .blob .cloud .azure .blobstorage .AzureDataStore ;
5453import org .apache .jackrabbit .oak .blob .cloud .s3 .S3DataStore ;
54+ import org .apache .jackrabbit .oak .commons .pio .Closer ;
5555import org .apache .jackrabbit .oak .plugins .blob .datastore .DataStoreBlobStore ;
5656import org .apache .jackrabbit .oak .plugins .blob .datastore .OakFileDataStore ;
5757import org .apache .jackrabbit .oak .plugins .document .DocumentNodeStore ;
Original file line number Diff line number Diff line change 3636import java .util .function .Consumer ;
3737import java .util .function .Supplier ;
3838
39- import org .apache .jackrabbit .oak .commons .pio .Closer ;
4039import org .apache .jackrabbit .guava .common .util .concurrent .UncheckedExecutionException ;
4140import org .apache .jackrabbit .oak .commons .Buffer ;
41+ import org .apache .jackrabbit .oak .commons .pio .Closer ;
4242import org .apache .jackrabbit .oak .segment .RecordId ;
4343import org .apache .jackrabbit .oak .segment .Segment ;
4444import org .apache .jackrabbit .oak .segment .SegmentId ;
You can’t perform that action at this time.
0 commit comments