Uses of Class
exceptions.CDCException
Packages that use CDCException
-
Uses of CDCException in repository
Methods in repository that throw CDCExceptionModifier and TypeMethodDescriptionstatic voidSnapshot.create(Snapshot.CreateSnapshotData commandData) Constructs the object to create a new snapshot and uploads the files -
Uses of CDCException in utils
Methods in utils that throw CDCExceptionModifier and TypeMethodDescriptionvoidFastCDC.forEachChunk(InputStream inputStream, BiConsumer<byte[], Integer> consumer) Finds all the chunks of a provided input stream and allows the use of a consumer to execute operations on each chunkList<byte[]> FastCDC.getChunks(InputStream inputStream) Performs FastCDC on an InputStream and returns the chunks