Uses of Class
io.atomix.raft.snapshot.impl.SnapshotChunkEncoder
Packages that use SnapshotChunkEncoder
-
Uses of SnapshotChunkEncoder in io.atomix.raft.snapshot.impl
Methods in io.atomix.raft.snapshot.impl that return SnapshotChunkEncoderModifier and TypeMethodDescriptionSnapshotChunkEncoder.checksum(long value) protected SnapshotChunkEncoderSnapshotChunkImpl.getBodyEncoder()SnapshotChunkEncoder.putChunkName(byte[] src, int srcOffset, int length) SnapshotChunkEncoder.putChunkName(org.agrona.DirectBuffer src, int srcOffset, int length) SnapshotChunkEncoder.putContent(byte[] src, int srcOffset, int length) SnapshotChunkEncoder.putContent(org.agrona.DirectBuffer src, int srcOffset, int length) SnapshotChunkEncoder.putSnapshotId(byte[] src, int srcOffset, int length) SnapshotChunkEncoder.putSnapshotId(org.agrona.DirectBuffer src, int srcOffset, int length) SnapshotChunkEncoder.snapshotChecksum(long value) SnapshotChunkEncoder.snapshotId(String value) SnapshotChunkEncoder.totalCount(int value) SnapshotChunkEncoder.wrap(org.agrona.MutableDirectBuffer buffer, int offset) SnapshotChunkEncoder.wrapAndApplyHeader(org.agrona.MutableDirectBuffer buffer, int offset, MessageHeaderEncoder headerEncoder)