org.apache.activemq.leveldb.record
Class EntryRecord
java.lang.Object
org.apache.activemq.leveldb.record.EntryRecord
- All Implemented Interfaces:
- org.fusesource.hawtbuf.proto.PBMessageFactory<EntryRecord.Bean,EntryRecord.Buffer>
public class EntryRecord
- extends Object
- implements org.fusesource.hawtbuf.proto.PBMessageFactory<EntryRecord.Bean,EntryRecord.Buffer>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FACTORY
public static final EntryRecord FACTORY
FRAMED_CODEC
public static final org.fusesource.hawtbuf.proto.PBMessageFramedCodec<EntryRecord.Buffer> FRAMED_CODEC
UNFRAMED_CODEC
public static final org.fusesource.hawtbuf.proto.PBMessageUnframedCodec<EntryRecord.Buffer> UNFRAMED_CODEC
EntryRecord
public EntryRecord()
create
public EntryRecord.Bean create()
- Specified by:
create in interface org.fusesource.hawtbuf.proto.PBMessageFactory<EntryRecord.Bean,EntryRecord.Buffer>
parseUnframed
public EntryRecord.Bean parseUnframed(org.fusesource.hawtbuf.proto.CodedInputStream data)
throws org.fusesource.hawtbuf.proto.InvalidProtocolBufferException,
IOException
- Specified by:
parseUnframed in interface org.fusesource.hawtbuf.proto.PBMessageFactory<EntryRecord.Bean,EntryRecord.Buffer>
- Throws:
org.fusesource.hawtbuf.proto.InvalidProtocolBufferException
IOException
parseUnframed
public EntryRecord.Bean parseUnframed(InputStream data)
throws org.fusesource.hawtbuf.proto.InvalidProtocolBufferException,
IOException
- Specified by:
parseUnframed in interface org.fusesource.hawtbuf.proto.PBMessageFactory<EntryRecord.Bean,EntryRecord.Buffer>
- Throws:
org.fusesource.hawtbuf.proto.InvalidProtocolBufferException
IOException
parseUnframed
public EntryRecord.Buffer parseUnframed(org.fusesource.hawtbuf.Buffer data)
throws org.fusesource.hawtbuf.proto.InvalidProtocolBufferException
- Specified by:
parseUnframed in interface org.fusesource.hawtbuf.proto.PBMessageFactory<EntryRecord.Bean,EntryRecord.Buffer>
- Throws:
org.fusesource.hawtbuf.proto.InvalidProtocolBufferException
parseUnframed
public EntryRecord.Buffer parseUnframed(byte[] data)
throws org.fusesource.hawtbuf.proto.InvalidProtocolBufferException
- Specified by:
parseUnframed in interface org.fusesource.hawtbuf.proto.PBMessageFactory<EntryRecord.Bean,EntryRecord.Buffer>
- Throws:
org.fusesource.hawtbuf.proto.InvalidProtocolBufferException
parseFramed
public EntryRecord.Buffer parseFramed(org.fusesource.hawtbuf.proto.CodedInputStream data)
throws org.fusesource.hawtbuf.proto.InvalidProtocolBufferException,
IOException
- Specified by:
parseFramed in interface org.fusesource.hawtbuf.proto.PBMessageFactory<EntryRecord.Bean,EntryRecord.Buffer>
- Throws:
org.fusesource.hawtbuf.proto.InvalidProtocolBufferException
IOException
parseFramed
public EntryRecord.Buffer parseFramed(org.fusesource.hawtbuf.Buffer data)
throws org.fusesource.hawtbuf.proto.InvalidProtocolBufferException
- Specified by:
parseFramed in interface org.fusesource.hawtbuf.proto.PBMessageFactory<EntryRecord.Bean,EntryRecord.Buffer>
- Throws:
org.fusesource.hawtbuf.proto.InvalidProtocolBufferException
parseFramed
public EntryRecord.Buffer parseFramed(byte[] data)
throws org.fusesource.hawtbuf.proto.InvalidProtocolBufferException
- Specified by:
parseFramed in interface org.fusesource.hawtbuf.proto.PBMessageFactory<EntryRecord.Bean,EntryRecord.Buffer>
- Throws:
org.fusesource.hawtbuf.proto.InvalidProtocolBufferException
parseFramed
public EntryRecord.Buffer parseFramed(InputStream data)
throws org.fusesource.hawtbuf.proto.InvalidProtocolBufferException,
IOException
- Specified by:
parseFramed in interface org.fusesource.hawtbuf.proto.PBMessageFactory<EntryRecord.Bean,EntryRecord.Buffer>
- Throws:
org.fusesource.hawtbuf.proto.InvalidProtocolBufferException
IOException
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.