Skip navigation links
A C D G H K M O S 

A

accept(Class<?>) - Method in class com.twitter.chill.hadoop.KryoSerialization
Uses the initialized Kryo instance from the JobConf to test if Kryo will accept the class

C

close() - Method in class com.twitter.chill.hadoop.KryoDeserializer
 
close() - Method in class com.twitter.chill.hadoop.KryoSerializer
 
com.twitter.chill.hadoop - package com.twitter.chill.hadoop
 

D

deserialize(Object) - Method in class com.twitter.chill.hadoop.KryoDeserializer
 

G

get(String) - Method in class com.twitter.chill.hadoop.HadoopConfig
 
getDeserializer(Class<Object>) - Method in class com.twitter.chill.hadoop.KryoSerialization
 
getSerializer(Class<Object>) - Method in class com.twitter.chill.hadoop.KryoSerialization
 
GUESS_THREADS_PER_CORE - Static variable in class com.twitter.chill.hadoop.KryoSerialization
Since each thread only needs 1 Kryo, the pool doesn't need more space than the number of threads.

H

HadoopConfig - Class in com.twitter.chill.hadoop
Adapt Configuration to be used with Chill
HadoopConfig(Configuration) - Constructor for class com.twitter.chill.hadoop.HadoopConfig
 

K

KryoDeserializer - Class in com.twitter.chill.hadoop
 
KryoDeserializer(KryoPool, Class<Object>) - Constructor for class com.twitter.chill.hadoop.KryoDeserializer
 
KryoSerialization - Class in com.twitter.chill.hadoop
 
KryoSerialization() - Constructor for class com.twitter.chill.hadoop.KryoSerialization
By default, this is the constructor used by Hadoop.
KryoSerialization(Configuration) - Constructor for class com.twitter.chill.hadoop.KryoSerialization
Constructor KryoSerialization creates a new KryoSerialization instance.
KryoSerializer - Class in com.twitter.chill.hadoop
 
KryoSerializer(KryoPool) - Constructor for class com.twitter.chill.hadoop.KryoSerializer
 

M

MAX_CACHED_KRYO - Static variable in class com.twitter.chill.hadoop.KryoSerialization
 

O

open(InputStream) - Method in class com.twitter.chill.hadoop.KryoDeserializer
 
open(OutputStream) - Method in class com.twitter.chill.hadoop.KryoSerializer
 

S

serialize(Object) - Method in class com.twitter.chill.hadoop.KryoSerializer
 
set(String, String) - Method in class com.twitter.chill.hadoop.HadoopConfig
 
setConf(Configuration) - Method in class com.twitter.chill.hadoop.KryoSerialization
 
A C D G H K M O S 
Skip navigation links