A C D F G I K O P R S T W
A
- AbstractKryoFactory - Class in org.apache.dubbo.common.serialize.kryo.utils
-
- AbstractKryoFactory() - Constructor for class org.apache.dubbo.common.serialize.kryo.utils.AbstractKryoFactory
-
C
- checkZeroArgConstructor(Class) - Static method in class org.apache.dubbo.common.serialize.kryo.utils.ReflectionUtils
-
- cleanup() - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectInput
-
- cleanup() - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectOutput
-
- CompatibleKryo - Class in org.apache.dubbo.common.serialize.kryo
-
- CompatibleKryo() - Constructor for class org.apache.dubbo.common.serialize.kryo.CompatibleKryo
-
- create() - Method in class org.apache.dubbo.common.serialize.kryo.utils.AbstractKryoFactory
-
D
- deserialize(URL, InputStream) - Method in class org.apache.dubbo.common.serialize.kryo.KryoSerialization
-
F
- flushBuffer() - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectOutput
-
G
- get() - Static method in class org.apache.dubbo.common.serialize.kryo.utils.KryoUtils
-
- getContentType() - Method in class org.apache.dubbo.common.serialize.kryo.KryoSerialization
-
- getContentTypeId() - Method in class org.apache.dubbo.common.serialize.kryo.KryoSerialization
-
- getDefaultSerializer(Class) - Method in class org.apache.dubbo.common.serialize.kryo.CompatibleKryo
-
- getKryo() - Method in class org.apache.dubbo.common.serialize.kryo.utils.AbstractKryoFactory
-
- getKryo() - Method in class org.apache.dubbo.common.serialize.kryo.utils.PooledKryoFactory
-
- getKryo() - Method in class org.apache.dubbo.common.serialize.kryo.utils.PrototypeKryoFactory
-
- getKryo() - Method in class org.apache.dubbo.common.serialize.kryo.utils.ThreadLocalKryoFactory
-
I
- isJdk(Class) - Static method in class org.apache.dubbo.common.serialize.kryo.utils.ReflectionUtils
-
K
- KryoObjectInput - Class in org.apache.dubbo.common.serialize.kryo
-
Kryo object input implementation, kryo object can be clean
- KryoObjectInput(InputStream) - Constructor for class org.apache.dubbo.common.serialize.kryo.KryoObjectInput
-
- KryoObjectOutput - Class in org.apache.dubbo.common.serialize.kryo
-
Kryo object output implementation, kryo object can be clean
- KryoObjectOutput(OutputStream) - Constructor for class org.apache.dubbo.common.serialize.kryo.KryoObjectOutput
-
- KryoSerialization - Class in org.apache.dubbo.common.serialize.kryo
-
TODO for now kryo serialization doesn't deny classes that don't implement the serializable interface
- KryoSerialization() - Constructor for class org.apache.dubbo.common.serialize.kryo.KryoSerialization
-
- KryoUtils - Class in org.apache.dubbo.common.serialize.kryo.utils
-
The kryo utils used by dubbo
- KryoUtils() - Constructor for class org.apache.dubbo.common.serialize.kryo.utils.KryoUtils
-
O
- org.apache.dubbo.common.serialize.kryo - package org.apache.dubbo.common.serialize.kryo
-
- org.apache.dubbo.common.serialize.kryo.utils - package org.apache.dubbo.common.serialize.kryo.utils
-
P
- PooledKryoFactory - Class in org.apache.dubbo.common.serialize.kryo.utils
-
- PooledKryoFactory() - Constructor for class org.apache.dubbo.common.serialize.kryo.utils.PooledKryoFactory
-
- PrototypeKryoFactory - Class in org.apache.dubbo.common.serialize.kryo.utils
-
- PrototypeKryoFactory() - Constructor for class org.apache.dubbo.common.serialize.kryo.utils.PrototypeKryoFactory
-
R
- readBool() - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectInput
-
- readByte() - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectInput
-
- readBytes() - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectInput
-
- readDouble() - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectInput
-
- readFloat() - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectInput
-
- readInt() - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectInput
-
- readLong() - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectInput
-
- readObject() - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectInput
-
- readObject(Class<T>) - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectInput
-
- readObject(Class<T>, Type) - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectInput
-
- readShort() - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectInput
-
- readUTF() - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectInput
-
- ReflectionUtils - Class in org.apache.dubbo.common.serialize.kryo.utils
-
- ReflectionUtils() - Constructor for class org.apache.dubbo.common.serialize.kryo.utils.ReflectionUtils
-
- register(Class<?>) - Static method in class org.apache.dubbo.common.serialize.kryo.utils.KryoUtils
-
- registerClass(Class) - Method in class org.apache.dubbo.common.serialize.kryo.utils.AbstractKryoFactory
-
only supposed to be called at startup time
later may consider adding support for custom serializer, custom id, etc
- release(Kryo) - Static method in class org.apache.dubbo.common.serialize.kryo.utils.KryoUtils
-
- returnKryo(Kryo) - Method in class org.apache.dubbo.common.serialize.kryo.utils.AbstractKryoFactory
-
- returnKryo(Kryo) - Method in class org.apache.dubbo.common.serialize.kryo.utils.PooledKryoFactory
-
- returnKryo(Kryo) - Method in class org.apache.dubbo.common.serialize.kryo.utils.PrototypeKryoFactory
-
- returnKryo(Kryo) - Method in class org.apache.dubbo.common.serialize.kryo.utils.ThreadLocalKryoFactory
-
S
- serialize(URL, OutputStream) - Method in class org.apache.dubbo.common.serialize.kryo.KryoSerialization
-
- setRegistrationRequired(boolean) - Method in class org.apache.dubbo.common.serialize.kryo.utils.AbstractKryoFactory
-
- setRegistrationRequired(boolean) - Static method in class org.apache.dubbo.common.serialize.kryo.utils.KryoUtils
-
T
- ThreadLocalKryoFactory - Class in org.apache.dubbo.common.serialize.kryo.utils
-
- ThreadLocalKryoFactory() - Constructor for class org.apache.dubbo.common.serialize.kryo.utils.ThreadLocalKryoFactory
-
W
- writeBool(boolean) - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectOutput
-
- writeByte(byte) - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectOutput
-
- writeBytes(byte[]) - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectOutput
-
- writeBytes(byte[], int, int) - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectOutput
-
- writeDouble(double) - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectOutput
-
- writeFloat(float) - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectOutput
-
- writeInt(int) - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectOutput
-
- writeLong(long) - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectOutput
-
- writeObject(Object) - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectOutput
-
- writeShort(short) - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectOutput
-
- writeUTF(String) - Method in class org.apache.dubbo.common.serialize.kryo.KryoObjectOutput
-
A C D F G I K O P R S T W
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.