Package | Description |
---|---|
org.apache.giraph.utils |
Package of all generic utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
UnsafeArrayReads
Byte array input stream that uses Unsafe methods to deserialize
much faster
|
class |
UnsafeByteArrayInputStream
UnsafeByteArrayInputStream
This stream now extends com.esotericsoftware.kryo.io.Input so that kryo
serialization can directly read from this stream without using an
additional buffer, providing a faster serialization.
|
class |
UnsafeReusableByteArrayInput
UnsafeReusableByteArrayInput is a data structure to read from a
byte buffer with a read pointer that can be moved to desired location
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.