Java org.apache.hadoop.record RecordOutput fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.record RecordOutput fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.record RecordOutput.

The text is from its open source code.

Implementation

org.apache.hadoop.record.RecordOutput has the following implementations.
Click this link to see all its implementation.

Method

voidendMap(TreeMap m, String tag)
Mark the end of a serialized map.
voidendRecord(Record r, String tag)
Mark the end of a serialized record.
voidstartMap(TreeMap m, String tag)
Mark the start of a map to be serialized.
voidstartRecord(Record r, String tag)
Mark the start of a record to be serialized.
voidwriteBuffer(Buffer buf, String tag)
Write a buffer to serialized record.
voidwriteInt(int i, String tag)
Write an integer to serialized record.
voidwriteLong(long l, String tag)
Write a long integer to serialized record.
voidwriteString(String s, String tag)
Write a unicode string to serialized record.