public interface SegmentedRaftLogFormat
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
SegmentedRaftLogFormat.Internal |
| 限定符和类型 | 方法和说明 |
|---|---|
static ByteBuffer |
getHeaderBytebuffer() |
static int |
getHeaderLength() |
static byte |
getTerminator() |
static int |
indexOfNonTerminator(byte[] bytes,
int offset,
int length) |
static boolean |
isTerminator(byte b) |
static boolean |
isTerminator(byte[] bytes,
int offset,
int length) |
static int |
matchHeader(byte[] bytes,
int offset,
int length) |
static int getHeaderLength()
static ByteBuffer getHeaderBytebuffer()
static int matchHeader(byte[] bytes,
int offset,
int length)
static byte getTerminator()
static boolean isTerminator(byte b)
static boolean isTerminator(byte[] bytes,
int offset,
int length)
static int indexOfNonTerminator(byte[] bytes,
int offset,
int length)
Copyright © 2017–2025 The Apache Software Foundation. All rights reserved.