跳过导航链接
A B C D F G I K L M N O P R S T V W 

A

apply(KafkaCompressionCodec, OutputStream, byte) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.KafkaCompressionCodecFactory
 
apply(KafkaCompressionCodec, InputStream, byte) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.KafkaCompressionCodecFactory
 
available() - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockInputStream
 

B

BD() - 类 的构造器org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream.BD
 
BD(int) - 类 的构造器org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream.BD
 
BLOCK_HASH_MISMATCH - 类 中的静态变量org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockInputStream
 
BLOCKSIZE_1MB - 类 中的静态变量org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream
 
BLOCKSIZE_256KB - 类 中的静态变量org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream
 
BLOCKSIZE_4MB - 类 中的静态变量org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream
 
BLOCKSIZE_64KB - 类 中的静态变量org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream
 
ByteBufferInputStream - org.joyqueue.client.internal.consumer.converter.kafka.compressor.stream中的类
Created by zhangkepeng on 16-8-30.
ByteBufferInputStream(ByteBuffer) - 类 的构造器org.joyqueue.client.internal.consumer.converter.kafka.compressor.stream.ByteBufferInputStream
 

C

close() - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockInputStream
 
close() - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream
 
CLOSED_STREAM - 类 中的静态变量org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream
 
convert(BrokerMessage) - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaMessageConverter
 
convertBatch(BrokerMessage) - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaMessageConverter
 
crc32(byte[]) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaBufferUtils
Compute the CRC32 of the byte array
crc32(byte[], int, int) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaBufferUtils
Compute the CRC32 of the segment of the byte array given by the specificed size and offset

D

decompress(KafkaCompressionCodec, ByteBuffer, byte) - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaMessageConverter
 
DESCRIPTOR_HASH_MISMATCH - 类 中的静态变量org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockInputStream
 
doConvertBatch(BrokerMessage, ByteBuffer, int) - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaMessageConverter
 

F

FLG() - 类 的构造器org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream.FLG
 
FLG(boolean) - 类 的构造器org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream.FLG
 
flush() - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream
 
fromByte(byte) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream.BD
 
fromByte(byte) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream.FLG
 

G

getBlockMaximumSize() - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream.BD
 
getCode() - 枚举 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.KafkaCompressionCodec
 
getName() - 枚举 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.KafkaCompressionCodec
 
getVersion() - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream.FLG
 

I

isBlockChecksumSet() - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream.FLG
 
isBlockIndependenceSet() - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream.FLG
 
isContentChecksumSet() - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream.FLG
 
isContentSizeSet() - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream.FLG
 
isPresetDictionarySet() - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream.FLG
 

K

KafkaBufferUtils - org.joyqueue.client.internal.consumer.converter.kafka中的类
 
KafkaBufferUtils() - 类 的构造器org.joyqueue.client.internal.consumer.converter.kafka.KafkaBufferUtils
 
KafkaCompressionCodec - org.joyqueue.client.internal.consumer.converter.kafka.compressor中的枚举
KafkaCompressionCodec author: gaohaoxiang date: 2018/11/6
KafkaCompressionCodecFactory - org.joyqueue.client.internal.consumer.converter.kafka.compressor中的类
KafkaCompressionCodecFactory author: gaohaoxiang date: 2018/11/9
KafkaCompressionCodecFactory() - 类 的构造器org.joyqueue.client.internal.consumer.converter.kafka.compressor.KafkaCompressionCodecFactory
 
KafkaLZ4BlockInputStream - org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4中的类
A partial implementation of the v1.4.1 LZ4 Frame format.
KafkaLZ4BlockInputStream(InputStream, boolean) - 类 的构造器org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockInputStream
Create a new InputStream that will decompress data using the LZ4 algorithm.
KafkaLZ4BlockOutputStream - org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4中的类
A partial implementation of the v1.4.1 LZ4 Frame format.
KafkaLZ4BlockOutputStream(OutputStream, int, boolean) - 类 的构造器org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream
Create a new OutputStream that will compress data using the LZ4 algorithm.
KafkaLZ4BlockOutputStream(OutputStream, int) - 类 的构造器org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream
Create a new OutputStream that will compress data using the LZ4 algorithm.
KafkaLZ4BlockOutputStream(OutputStream) - 类 的构造器org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream
Create a new OutputStream that will compress data using the LZ4 algorithm.
KafkaLZ4BlockOutputStream.BD - org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4中的类
 
KafkaLZ4BlockOutputStream.FLG - org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4中的类
 
KafkaMessageConverter - org.joyqueue.client.internal.consumer.converter.kafka中的类
KafkaMessageConverter author: gaohaoxiang date: 2019/4/3
KafkaMessageConverter() - 类 的构造器org.joyqueue.client.internal.consumer.converter.kafka.KafkaMessageConverter
 

L

logger - 类 中的变量org.joyqueue.client.internal.consumer.converter.kafka.KafkaMessageConverter
 
LZ4_FRAME_INCOMPRESSIBLE_MASK - 类 中的静态变量org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream
 
LZ4_MAX_HEADER_LENGTH - 类 中的静态变量org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream
 

M

MAGIC - 类 中的静态变量org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream
 
mark(int) - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockInputStream
 
markSupported() - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockInputStream
 

N

newThread(String, Runnable, Boolean) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaBufferUtils
Create a new thread
NOT_SUPPORTED - 类 中的静态变量org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockInputStream
 

O

org.joyqueue.client.internal.consumer.converter.kafka - 程序包 org.joyqueue.client.internal.consumer.converter.kafka
 
org.joyqueue.client.internal.consumer.converter.kafka.compressor - 程序包 org.joyqueue.client.internal.consumer.converter.kafka.compressor
 
org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4 - 程序包 org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4
 
org.joyqueue.client.internal.consumer.converter.kafka.compressor.stream - 程序包 org.joyqueue.client.internal.consumer.converter.kafka.compressor.stream
 

P

PREMATURE_EOS - 类 中的静态变量org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockInputStream
 

R

read() - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockInputStream
 
read(byte[], int, int) - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockInputStream
 
read() - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.stream.ByteBufferInputStream
 
read(byte[], int, int) - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.stream.ByteBufferInputStream
 
readBytes(ByteBuffer) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaBufferUtils
 
readDecompressedMessage(ByteBuffer, BrokerMessage, byte) - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaMessageConverter
 
readString(ByteBuffer) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaBufferUtils
read string
readUnsignedInt(ByteBuffer, int) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaBufferUtils
Read an unsigned integer from the given position without modifying the buffers position
readUnsignedIntLE(InputStream) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaBufferUtils
Read an unsigned integer stored in little-endian format from the InputStream.
readUnsignedIntLE(byte[], int) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaBufferUtils
Read an unsigned integer stored in little-endian format from a byte array at a given offset.
readUnsignedLongLE(byte[], int) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaBufferUtils
 
readVarBytes(ByteBuffer) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaBufferUtils
 
readVarint(ByteBuffer) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaBufferUtils
 
readVarlong(ByteBuffer) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaBufferUtils
 
reset() - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockInputStream
 

S

setCode(int) - 枚举 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.KafkaCompressionCodec
 
skip(long) - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockInputStream
 

T

toArray(ByteBuffer) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaBufferUtils
Read the given byte buffer into a byte array
toArray(ByteBuffer, int, int) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaBufferUtils
Read a byte array from the given offset and size in the buffer
toByte() - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream.BD
 
toByte() - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream.FLG
 
tryDecompress(BrokerMessage) - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaMessageConverter
 
type() - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaMessageConverter
 

V

valueOf(String) - 枚举 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.KafkaCompressionCodec
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.KafkaCompressionCodec
 
values() - 枚举 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.KafkaCompressionCodec
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

write(int) - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream
 
write(byte[], int, int) - 类 中的方法org.joyqueue.client.internal.consumer.converter.kafka.compressor.lz4.KafkaLZ4BlockOutputStream
 
writeBytes(byte[], ByteBuf) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaBufferUtils
 
writeUnsignedInt(ByteBuffer, int, long) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaBufferUtils
Write the given long value as a 4 byte unsigned integer.
writeUnsignedIntLE(byte[], int, int) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaBufferUtils
Write an unsigned integer in little-endian format to a byte array at a given offset.
writeUnsignedIntLE(OutputStream, int) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaBufferUtils
Write an unsigned integer in little-endian format to the OutputStream.
writeUnsignedLongLE(byte[], int, long) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaBufferUtils
 
writeVarBytes(byte[], ByteBuf) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaBufferUtils
 
writeVarint(int, ByteBuf) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaBufferUtils
 
writeVarint(int, ByteBuffer) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaBufferUtils
 
writeVarlong(long, ByteBuf) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaBufferUtils
 
writeVarlong(long, ByteBuffer) - 类 中的静态方法org.joyqueue.client.internal.consumer.converter.kafka.KafkaBufferUtils
 
A B C D F G I K L M N O P R S T V W 
跳过导航链接

Copyright © 2020 Joyqueue Community. All rights reserved.