Uses of Class
org.apache.jackrabbit.oak.commons.Buffer
-
-
Uses of Buffer in org.apache.jackrabbit.oak.commons
Methods in org.apache.jackrabbit.oak.commons that return Buffer Modifier and Type Method Description static BufferBuffer. allocate(int cap)static BufferBuffer. allocateDirect(int cap)BufferBuffer. asReadOnlyBuffer()BufferBuffer. duplicate()BufferBuffer. flip()BufferBuffer. get(byte[] b)BufferBuffer. get(byte[] b, int pos, int len)BufferBuffer. limit(int lim)static BufferBuffer. map(FileChannel channel, FileChannel.MapMode mode, long position, long size)BufferBuffer. mark()BufferBuffer. position(int pos)BufferBuffer. put(byte b)BufferBuffer. put(byte[] b)BufferBuffer. put(byte[] buf, int pos, int len)BufferBuffer. put(Buffer b)BufferBuffer. putInt(int i)BufferBuffer. putLong(long l)BufferBuffer. reset()BufferBuffer. rewind()BufferBuffer. slice()static BufferBuffer. wrap(byte[] buffer)static BufferBuffer. wrap(byte[] buffer, int pos, int len)Methods in org.apache.jackrabbit.oak.commons with parameters of type Buffer Modifier and Type Method Description BufferBuffer. put(Buffer b) -
Uses of Buffer in org.apache.jackrabbit.oak.segment
Methods in org.apache.jackrabbit.oak.segment that return Buffer Modifier and Type Method Description BufferSegmentNodeState. getStableIdBytes()Returns the stable ID of this node, non parsed.BufferSegment. readBytes(int recordNumber, int position, int length)Methods in org.apache.jackrabbit.oak.segment with parameters of type Buffer Modifier and Type Method Description voidSegmentBufferMonitor. trackAllocation(@NotNull Buffer buffer)Track the allocation of abufferand update the exposed statistics.@NotNull RecordIdDefaultSegmentWriter. writeNode(@NotNull NodeState state, @Nullable Buffer stableIdBytes)@NotNull RecordIdSegmentWriter. writeNode(@NotNull NodeState state, @Nullable Buffer stableIdBytes)Write a node state.protected @Nullable CompactedNodeStateClassicCompactor. writeNodeState(@NotNull NodeState nodeState, @Nullable Buffer stableIdBytes, boolean complete)Constructors in org.apache.jackrabbit.oak.segment with parameters of type Buffer Constructor Description Segment(@NotNull SegmentIdProvider idProvider, @NotNull SegmentId id, @NotNull Buffer data) -
Uses of Buffer in org.apache.jackrabbit.oak.segment.aws
Methods in org.apache.jackrabbit.oak.segment.aws that return Buffer Modifier and Type Method Description protected BufferAwsSegmentArchiveWriter. doReadArchiveEntry(RemoteSegmentArchiveEntry indexEntry)protected BufferAwsSegmentArchiveReader. doReadDataFile(String extension)BufferS3Directory. readObjectToBuffer(String name, boolean offHeap)Methods in org.apache.jackrabbit.oak.segment.aws with parameters of type Buffer Modifier and Type Method Description protected voidAwsSegmentArchiveReader. doReadSegmentToBuffer(String segmentFileName, Buffer buffer)voidS3Directory. readObjectToBuffer(String name, Buffer buffer) -
Uses of Buffer in org.apache.jackrabbit.oak.segment.aws.tool
Methods in org.apache.jackrabbit.oak.segment.aws.tool with parameters of type Buffer Modifier and Type Method Description static byte[]AwsToolUtils. fetchByteArray(Buffer buffer) -
Uses of Buffer in org.apache.jackrabbit.oak.segment.azure
Methods in org.apache.jackrabbit.oak.segment.azure that return Buffer Modifier and Type Method Description protected BufferAzureSegmentArchiveWriter. doReadArchiveEntry(RemoteSegmentArchiveEntry indexEntry)protected BufferAzureSegmentArchiveReader. doReadDataFile(String extension)Methods in org.apache.jackrabbit.oak.segment.azure with parameters of type Buffer Modifier and Type Method Description protected voidAzureSegmentArchiveReader. doReadSegmentToBuffer(String segmentFileName, Buffer buffer)static voidAzureUtilities. readBufferFully(com.azure.storage.blob.specialized.BlockBlobClient blob, Buffer buffer) -
Uses of Buffer in org.apache.jackrabbit.oak.segment.azure.tool
Methods in org.apache.jackrabbit.oak.segment.azure.tool with parameters of type Buffer Modifier and Type Method Description static byte[]ToolUtils. fetchByteArray(Buffer buffer) -
Uses of Buffer in org.apache.jackrabbit.oak.segment.azure.v8
Methods in org.apache.jackrabbit.oak.segment.azure.v8 that return Buffer Modifier and Type Method Description protected BufferAzureSegmentArchiveWriterV8. doReadArchiveEntry(RemoteSegmentArchiveEntry indexEntry)protected BufferAzureSegmentArchiveReaderV8. doReadDataFile(String extension)Methods in org.apache.jackrabbit.oak.segment.azure.v8 with parameters of type Buffer Modifier and Type Method Description protected voidAzureSegmentArchiveReaderV8. doReadSegmentToBuffer(String segmentFileName, Buffer buffer)static voidAzureUtilitiesV8. readBufferFully(com.microsoft.azure.storage.blob.CloudBlob blob, Buffer buffer) -
Uses of Buffer in org.apache.jackrabbit.oak.segment.data
Methods in org.apache.jackrabbit.oak.segment.data that return Buffer Modifier and Type Method Description BufferSegmentData. readBytes(int recordReferenceOffset, int size)Methods in org.apache.jackrabbit.oak.segment.data with parameters of type Buffer Modifier and Type Method Description static SegmentDataSegmentData. newRawSegmentData(Buffer buffer)static SegmentDataSegmentData. newSegmentData(Buffer buffer) -
Uses of Buffer in org.apache.jackrabbit.oak.segment.file
Methods in org.apache.jackrabbit.oak.segment.file with parameters of type Buffer Modifier and Type Method Description @NotNull org.apache.jackrabbit.oak.segment.file.CompactedNodeState.FullyCompactedNodeStateCompactionWriter. writeFullyCompactedNode(@NotNull NodeState nodeState, @Nullable Buffer stableId)@Nullable org.apache.jackrabbit.oak.segment.file.CompactedNodeState.PartiallyCompactedNodeStateCompactionWriter. writePartiallyCompactedNode(@NotNull NodeState nodeState, @Nullable Buffer stableId) -
Uses of Buffer in org.apache.jackrabbit.oak.segment.file.preloader
Methods in org.apache.jackrabbit.oak.segment.file.preloader that return Buffer Modifier and Type Method Description @Nullable BufferSegmentPreloader. readSegment(long msb, long lsb, @NotNull Callable<Buffer> loader)Method parameters in org.apache.jackrabbit.oak.segment.file.preloader with type arguments of type Buffer Modifier and Type Method Description @Nullable BufferSegmentPreloader. readSegment(long msb, long lsb, @NotNull Callable<Buffer> loader) -
Uses of Buffer in org.apache.jackrabbit.oak.segment.file.tar
Methods in org.apache.jackrabbit.oak.segment.file.tar that return Buffer Modifier and Type Method Description @NotNull BufferSegmentTarReader. getBinaryReferences()BufferSegmentTarReader. readSegment(long msb, long lsb)BufferSegmentTarWriter. readSegment(long msb, long lsb)BufferTarFiles. readSegment(long msb, long lsb)Methods in org.apache.jackrabbit.oak.segment.file.tar with parameters of type Buffer Modifier and Type Method Description static @NotNull SegmentGraphSegmentGraph. parse(@NotNull Buffer buffer) -
Uses of Buffer in org.apache.jackrabbit.oak.segment.file.tar.binaries
Methods in org.apache.jackrabbit.oak.segment.file.tar.binaries that return Buffer Modifier and Type Method Description static BufferBinaryReferencesIndexLoader. loadBinaryReferencesIndex(ReaderAtEnd reader)Load and validate a binary references index.Methods in org.apache.jackrabbit.oak.segment.file.tar.binaries with parameters of type Buffer Modifier and Type Method Description static BinaryReferencesIndexBinaryReferencesIndexLoader. parseBinaryReferencesIndex(Buffer buffer) -
Uses of Buffer in org.apache.jackrabbit.oak.segment.remote
Methods in org.apache.jackrabbit.oak.segment.remote that return Buffer Modifier and Type Method Description protected abstract BufferAbstractRemoteSegmentArchiveWriter. doReadArchiveEntry(RemoteSegmentArchiveEntry indexEntry)Reads a segment from remote storage into a buffer.protected abstract BufferAbstractRemoteSegmentArchiveReader. doReadDataFile(String extension)Reads a data file inside the archive.@Nullable BufferAbstractRemoteSegmentArchiveReader. getBinaryReferences()BufferAbstractRemoteSegmentArchiveReader. readSegment(long msb, long lsb)BufferAbstractRemoteSegmentArchiveWriter. readSegment(long msb, long lsb)Methods in org.apache.jackrabbit.oak.segment.remote with parameters of type Buffer Modifier and Type Method Description protected abstract voidAbstractRemoteSegmentArchiveReader. doReadSegmentToBuffer(String segmentFileName, Buffer buffer)Reads the segment from the remote storage. -
Uses of Buffer in org.apache.jackrabbit.oak.segment.remote.persistentcache
Methods in org.apache.jackrabbit.oak.segment.remote.persistentcache that return Buffer Modifier and Type Method Description protected BufferPersistentDiskCache. readSegmentInternal(long msb, long lsb)protected BufferPersistentRedisCache. readSegmentInternal(long msb, long lsb)Methods in org.apache.jackrabbit.oak.segment.remote.persistentcache with parameters of type Buffer Modifier and Type Method Description voidPersistentDiskCache. writeSegment(long msb, long lsb, Buffer buffer)voidPersistentRedisCache. writeSegment(long msb, long lsb, Buffer buffer) -
Uses of Buffer in org.apache.jackrabbit.oak.segment.remote.queue
Methods in org.apache.jackrabbit.oak.segment.remote.queue that return Buffer Modifier and Type Method Description BufferSegmentWriteAction. toBuffer() -
Uses of Buffer in org.apache.jackrabbit.oak.segment.spi.persistence
Methods in org.apache.jackrabbit.oak.segment.spi.persistence that return Buffer Modifier and Type Method Description @Nullable BufferSegmentArchiveReader. getBinaryReferences()Load binary references.@Nullable BufferSegmentArchiveReader. readSegment(long msb, long lsb)Read the segment.@Nullable BufferSegmentArchiveWriter. readSegment(long msb, long lsb)Read the segment. -
Uses of Buffer in org.apache.jackrabbit.oak.segment.spi.persistence.persistentcache
Methods in org.apache.jackrabbit.oak.segment.spi.persistence.persistentcache that return Buffer Modifier and Type Method Description @Nullable BufferCachingSegmentArchiveReader. getBinaryReferences()BufferAbstractPersistentCache. readSegment(long msb, long lsb, @NotNull Callable<Buffer> loader)@Nullable BufferCachingSegmentArchiveReader. readSegment(long msb, long lsb)@Nullable BufferDelegatingPersistentCache. readSegment(long msb, long lsb, @NotNull Callable<Buffer> loader)@Nullable BufferPersistentCache. readSegment(long msb, long lsb, @NotNull Callable<Buffer> loader)Reads the segment from cache.protected abstract BufferAbstractPersistentCache. readSegmentInternal(long msb, long lsb)Reads the segment from the cache.Methods in org.apache.jackrabbit.oak.segment.spi.persistence.persistentcache with parameters of type Buffer Modifier and Type Method Description voidDelegatingPersistentCache. writeSegment(long msb, long lsb, Buffer buffer)voidPersistentCache. writeSegment(long msb, long lsb, Buffer buffer)Writes the segment to the cache.Method parameters in org.apache.jackrabbit.oak.segment.spi.persistence.persistentcache with type arguments of type Buffer Modifier and Type Method Description BufferAbstractPersistentCache. readSegment(long msb, long lsb, @NotNull Callable<Buffer> loader)@Nullable BufferDelegatingPersistentCache. readSegment(long msb, long lsb, @NotNull Callable<Buffer> loader)@Nullable BufferPersistentCache. readSegment(long msb, long lsb, @NotNull Callable<Buffer> loader)Reads the segment from cache. -
Uses of Buffer in org.apache.jackrabbit.oak.segment.util
Methods in org.apache.jackrabbit.oak.segment.util that return Buffer Modifier and Type Method Description BufferReaderAtEnd. readAtEnd(int whence, int amount)Readamountbytes from the underlying data source, starting atwhencebytes from the end of the data source.
-