Index

B C D F G H I L M N R S T U V 
All Classes|All Packages

S

setChunker(Chunker) - Method in class de.zabuza.fastcdc4j.external.chunking.ChunkerBuilder
Sets the chunker to use.
setChunkerCore(IterativeStreamChunkerCore) - Method in class de.zabuza.fastcdc4j.external.chunking.ChunkerBuilder
Sets the core to use for an iterative stream chunker.
setChunkerOption(ChunkerOption) - Method in class de.zabuza.fastcdc4j.external.chunking.ChunkerBuilder
Sets the chunker option to use.
setExpectedChunkSize(int) - Method in class de.zabuza.fastcdc4j.external.chunking.ChunkerBuilder
Sets the expected size of chunks, in bytes.
setHashMethod(String) - Method in class de.zabuza.fastcdc4j.external.chunking.ChunkerBuilder
Sets the hash method to use for representing the data of chunks.
setHashTable(long[]) - Method in class de.zabuza.fastcdc4j.external.chunking.ChunkerBuilder
Sets the hash table to use by the chunker algorithm.
setHashTableOption(HashTableOption) - Method in class de.zabuza.fastcdc4j.external.chunking.ChunkerBuilder
Sets the option to use for the hash table used by the chunker algorithm.
setMaskGenerationSeed(long) - Method in class de.zabuza.fastcdc4j.external.chunking.ChunkerBuilder
Sets the seed to use for mask generation.
setMaskLarge(long) - Method in class de.zabuza.fastcdc4j.external.chunking.ChunkerBuilder
Sets the mask for the fingerprint that is used for bigger windows, to increase the likelihood of a split.
setMaskOption(MaskOption) - Method in class de.zabuza.fastcdc4j.external.chunking.ChunkerBuilder
Sets the algorithm used to generate the masks used by certain chunkers.
setMaskSmall(long) - Method in class de.zabuza.fastcdc4j.external.chunking.ChunkerBuilder
Sets the mask for the fingerprint that is used for smaller windows, to decrease the likelihood of a split.
setMaximalChunkSizeFactor(double) - Method in class de.zabuza.fastcdc4j.external.chunking.ChunkerBuilder
Sets the factor to apply to the expected chunk size to receive the maximal chunk size.
setMinimalChunkSizeFactor(double) - Method in class de.zabuza.fastcdc4j.external.chunking.ChunkerBuilder
Sets the factor to apply to the expected chunk size to receive the minimal chunk size.
setNormalizationLevel(int) - Method in class de.zabuza.fastcdc4j.external.chunking.ChunkerBuilder
Sets the normalization level used for choosing the masks in certain chunkers.
SimpleChunk - Class in de.zabuza.fastcdc4j.internal.chunking
Implementation of a simple chunk, wrapping given data.
SimpleChunk(byte[], long, byte[]) - Constructor for class de.zabuza.fastcdc4j.internal.chunking.SimpleChunk
Creates a new simple chunk.
SimpleChunkMetadata - Class in de.zabuza.fastcdc4j.internal.chunking
Implementation of a simple chunk metadata, wrapping given data.
SimpleChunkMetadata(long, int, byte[], String) - Constructor for class de.zabuza.fastcdc4j.internal.chunking.SimpleChunkMetadata
Creates a new simple chunk.
B C D F G H I L M N R S T U V 
All Classes|All Packages