Class AsyncUuidExtractor
java.lang.Object
com._1c.g5.v8.dt.internal.compare.AsyncUuidExtractor
Pretty fast UUID reader.
-
Constructor Summary
ConstructorsConstructorDescriptionAsyncUuidExtractor
(IComparisonDataSource dataSource, Collection<String> symlinks) Constructs the extractor -
Method Summary
Modifier and TypeMethodDescriptiongetUuids()
Returns the map of UUIDs.void
Starts non-blocking read and parse stage.
-
Constructor Details
-
AsyncUuidExtractor
Constructs the extractor- Parameters:
dataSource
- The comparison data source. May not benull
symlinks
- The set of symlinks to use during the extraction. May not benull
-
-
Method Details
-
readAndParse
public void readAndParse()Starts non-blocking read and parse stage. -
getUuids
Returns the map of UUIDs.- Returns:
- the map of UUIDs
-