org.apache.flume.serialization
Class TransferStateFileMeta

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.apache.flume.serialization.TransferStateFileMeta
All Implemented Interfaces:
Comparable<org.apache.avro.specific.SpecificRecord>, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord

public class TransferStateFileMeta
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord


Nested Class Summary
static class TransferStateFileMeta.Builder
          RecordBuilder for TransferStateFileMeta instances.
 
Field Summary
 long offset
          Deprecated. 
static org.apache.avro.Schema SCHEMA$
           
 
Constructor Summary
TransferStateFileMeta()
          Default constructor.
TransferStateFileMeta(Long offset)
          All-args constructor.
 
Method Summary
 Object get(int field$)
           
 Long getOffset()
          Gets the value of the 'offset' field.
 org.apache.avro.Schema getSchema()
           
static TransferStateFileMeta.Builder newBuilder()
          Creates a new TransferStateFileMeta RecordBuilder
static TransferStateFileMeta.Builder newBuilder(TransferStateFileMeta.Builder other)
          Creates a new TransferStateFileMeta RecordBuilder by copying an existing Builder
static TransferStateFileMeta.Builder newBuilder(TransferStateFileMeta other)
          Creates a new TransferStateFileMeta RecordBuilder by copying an existing TransferStateFileMeta instance
 void put(int field$, Object value$)
           
 void setOffset(Long value)
          Sets the value of the 'offset' field.
 
Methods inherited from class org.apache.avro.specific.SpecificRecordBase
compareTo, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SCHEMA$

public static final org.apache.avro.Schema SCHEMA$

offset

@Deprecated
public long offset
Deprecated. 
Constructor Detail

TransferStateFileMeta

public TransferStateFileMeta()
Default constructor.


TransferStateFileMeta

public TransferStateFileMeta(Long offset)
All-args constructor.

Method Detail

getSchema

public org.apache.avro.Schema getSchema()
Specified by:
getSchema in interface org.apache.avro.generic.GenericContainer
Specified by:
getSchema in class org.apache.avro.specific.SpecificRecordBase

get

public Object get(int field$)
Specified by:
get in interface org.apache.avro.generic.IndexedRecord
Specified by:
get in class org.apache.avro.specific.SpecificRecordBase

put

public void put(int field$,
                Object value$)
Specified by:
put in interface org.apache.avro.generic.IndexedRecord
Specified by:
put in class org.apache.avro.specific.SpecificRecordBase

getOffset

public Long getOffset()
Gets the value of the 'offset' field.


setOffset

public void setOffset(Long value)
Sets the value of the 'offset' field.

Parameters:
value - the value to set.

newBuilder

public static TransferStateFileMeta.Builder newBuilder()
Creates a new TransferStateFileMeta RecordBuilder


newBuilder

public static TransferStateFileMeta.Builder newBuilder(TransferStateFileMeta.Builder other)
Creates a new TransferStateFileMeta RecordBuilder by copying an existing Builder


newBuilder

public static TransferStateFileMeta.Builder newBuilder(TransferStateFileMeta other)
Creates a new TransferStateFileMeta RecordBuilder by copying an existing TransferStateFileMeta instance



Copyright © 2009-2014 Apache Software Foundation. All Rights Reserved.