Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
G
M
N
R
S
T
U
G
getCompressedIndex(int)
- Method in class com.googlecode.compressingcircularbuffers.
CompressingCircularBuffer
Retrieves the index of the compressed value whose aggregation interval includes the given raw data sample.
getCompressedValue()
- Method in class com.googlecode.compressingcircularbuffers.
AveragingCompressionMethod
getCompressedValue(int)
- Method in class com.googlecode.compressingcircularbuffers.
CompressingCircularBuffer
Retrieves compressed value associated with given index.
getCompressedValue()
- Method in interface com.googlecode.compressingcircularbuffers.
CompressionMethod
Compressed value representing all updates since last reset of this compression method.
getCompressedValue()
- Method in class com.googlecode.compressingcircularbuffers.
MaximizingCompressionMethod
getCompressedValue()
- Method in class com.googlecode.compressingcircularbuffers.
MinimizingCompressionMethod
getCompressedValue()
- Method in class com.googlecode.compressingcircularbuffers.
RandomSamplingCompressionMethod
getCompressedValue()
- Method in class com.googlecode.compressingcircularbuffers.
SummingCompressionMethod
getCompressedValue()
- Method in class com.googlecode.compressingcircularbuffers.
ThinningCompressionMethod
getCompressionRatio()
- Method in class com.googlecode.compressingcircularbuffers.
CompressingCircularBuffer
Retrieves the number of points that will be included in the next new compressed value that will be formed from samples fed in via the
update
method.
getCount()
- Method in class com.googlecode.compressingcircularbuffers.
AveragingCompressionMethod
getCount()
- Method in interface com.googlecode.compressingcircularbuffers.
CompressionMethod
Returns number of samples (updates) in current compressed value.
getCount()
- Method in class com.googlecode.compressingcircularbuffers.
MaximizingCompressionMethod
getCount()
- Method in class com.googlecode.compressingcircularbuffers.
MinimizingCompressionMethod
getCount()
- Method in class com.googlecode.compressingcircularbuffers.
RandomSamplingCompressionMethod
getCount()
- Method in class com.googlecode.compressingcircularbuffers.
SummingCompressionMethod
getCount()
- Method in class com.googlecode.compressingcircularbuffers.
ThinningCompressionMethod
getFirstSampleIndex(int)
- Method in class com.googlecode.compressingcircularbuffers.
CompressingCircularBuffer
Retrieves the index of the first uncompressed sequence value included in the specified compressed value; uncompressed sequence indexes start at 0.
getIncompleteCompressedValue()
- Method in class com.googlecode.compressingcircularbuffers.
CompressingCircularBuffer
Retrieves the "in progress", or incomplete compressed value.
getLastSampleIndex(int)
- Method in class com.googlecode.compressingcircularbuffers.
CompressingCircularBuffer
Retrieves the index of the last uncompressed sequence value incorporated into the specified compressed value.
getNCompressed()
- Method in class com.googlecode.compressingcircularbuffers.
CompressingCircularBuffer
Retrieves the number of compressed values within the circular buffer.
getNCompressedSamples()
- Method in class com.googlecode.compressingcircularbuffers.
CompressingCircularBuffer
Retrieves the number of samples fed to the circular buffer that have been incorporated into the compressed sequence.
getNSamples()
- Method in class com.googlecode.compressingcircularbuffers.
CompressingCircularBuffer
Retrieves the number of samples fed to the circular buffer so far.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
G
M
N
R
S
T
U