Package org.apache.spark.serializer
Class SerializerHelper
Object
org.apache.spark.serializer.SerializerHelper
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic <T> TdeserializeFromChunkedBuffer(SerializerInstance serializerInstance, org.apache.spark.util.io.ChunkedByteBuffer bytes, scala.reflect.ClassTag<T> evidence$2) static org.apache.spark.internal.Logging.LogStringContextLogStringContext(scala.StringContext sc) static org.slf4j.Loggerstatic voidorg$apache$spark$internal$Logging$$log__$eq(org.slf4j.Logger x$1) static <T> org.apache.spark.util.io.ChunkedByteBufferserializeToChunkedBuffer(SerializerInstance serializerInstance, T objectToSerialize, long estimatedSize, scala.reflect.ClassTag<T> evidence$1) 
- 
Constructor Details- 
SerializerHelperpublic SerializerHelper()
 
- 
- 
Method Details- 
serializeToChunkedBufferpublic static <T> org.apache.spark.util.io.ChunkedByteBuffer serializeToChunkedBuffer(SerializerInstance serializerInstance, T objectToSerialize, long estimatedSize, scala.reflect.ClassTag<T> evidence$1) - Parameters:
- serializerInstance- instance of SerializerInstance
- objectToSerialize- the object to serialize, of type- T
- estimatedSize- estimated size of- t, used as a hint to choose proper chunk size
- evidence$1- (undocumented)
- Returns:
- (undocumented)
 
- 
deserializeFromChunkedBufferpublic static <T> T deserializeFromChunkedBuffer(SerializerInstance serializerInstance, org.apache.spark.util.io.ChunkedByteBuffer bytes, scala.reflect.ClassTag<T> evidence$2) 
- 
org$apache$spark$internal$Logging$$log_public static org.slf4j.Logger org$apache$spark$internal$Logging$$log_()
- 
org$apache$spark$internal$Logging$$log__$eqpublic static void org$apache$spark$internal$Logging$$log__$eq(org.slf4j.Logger x$1) 
- 
LogStringContextpublic static org.apache.spark.internal.Logging.LogStringContext LogStringContext(scala.StringContext sc) 
 
-