@InterfaceAudience.Private public class BufferUtils extends Object
Constructor and Description |
---|
BufferUtils() |
Modifier and Type | Method and Description |
---|---|
static int |
compare(org.apache.hadoop.io.DataInputBuffer buf1,
org.apache.hadoop.io.DataInputBuffer buf2) |
static int |
compare(org.apache.hadoop.io.DataInputBuffer buf1,
org.apache.hadoop.io.DataOutputBuffer buf2) |
static int |
compare(org.apache.hadoop.io.DataOutputBuffer buf1,
org.apache.hadoop.io.DataInputBuffer buf2) |
static int |
compare(org.apache.hadoop.io.DataOutputBuffer buf1,
org.apache.hadoop.io.DataOutputBuffer buf2) |
static void |
copy(org.apache.hadoop.io.DataInputBuffer src,
org.apache.hadoop.io.DataOutputBuffer dst) |
static void |
copy(org.apache.hadoop.io.DataOutputBuffer src,
org.apache.hadoop.io.DataOutputBuffer dst) |
public static int compare(org.apache.hadoop.io.DataInputBuffer buf1, org.apache.hadoop.io.DataInputBuffer buf2)
public static int compare(org.apache.hadoop.io.DataOutputBuffer buf1, org.apache.hadoop.io.DataOutputBuffer buf2)
public static int compare(org.apache.hadoop.io.DataInputBuffer buf1, org.apache.hadoop.io.DataOutputBuffer buf2)
public static int compare(org.apache.hadoop.io.DataOutputBuffer buf1, org.apache.hadoop.io.DataInputBuffer buf2)
public static void copy(org.apache.hadoop.io.DataInputBuffer src, org.apache.hadoop.io.DataOutputBuffer dst) throws IOException
IOException
public static void copy(org.apache.hadoop.io.DataOutputBuffer src, org.apache.hadoop.io.DataOutputBuffer dst) throws IOException
IOException
Copyright © 2016 Apache Software Foundation. All rights reserved.