org.apache.accumulo.core.util
Class ThriftUtil.TraceProtocol

java.lang.Object
  extended by org.apache.thrift.protocol.TProtocol
      extended by org.apache.thrift.protocol.TCompactProtocol
          extended by org.apache.accumulo.core.util.ThriftUtil.TraceProtocol
Enclosing class:
ThriftUtil

public static class ThriftUtil.TraceProtocol
extends org.apache.thrift.protocol.TCompactProtocol


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.thrift.protocol.TCompactProtocol
org.apache.thrift.protocol.TCompactProtocol.Factory
 
Field Summary
 
Fields inherited from class org.apache.thrift.protocol.TProtocol
trans_
 
Constructor Summary
ThriftUtil.TraceProtocol(org.apache.thrift.transport.TTransport transport)
           
 
Method Summary
 void writeMessageBegin(org.apache.thrift.protocol.TMessage message)
           
 void writeMessageEnd()
           
 
Methods inherited from class org.apache.thrift.protocol.TCompactProtocol
readBinary, readBool, readByte, readDouble, readFieldBegin, readFieldEnd, readI16, readI32, readI64, readListBegin, readListEnd, readMapBegin, readMapEnd, readMessageBegin, readMessageEnd, readSetBegin, readSetEnd, readString, readStructBegin, readStructEnd, reset, writeBinary, writeBool, writeByte, writeCollectionBegin, writeDouble, writeFieldBegin, writeFieldEnd, writeFieldStop, writeI16, writeI32, writeI64, writeListBegin, writeListEnd, writeMapBegin, writeMapEnd, writeSetBegin, writeSetEnd, writeString, writeStructBegin, writeStructEnd
 
Methods inherited from class org.apache.thrift.protocol.TProtocol
getScheme, getTransport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThriftUtil.TraceProtocol

public ThriftUtil.TraceProtocol(org.apache.thrift.transport.TTransport transport)
Method Detail

writeMessageBegin

public void writeMessageBegin(org.apache.thrift.protocol.TMessage message)
                       throws org.apache.thrift.TException
Overrides:
writeMessageBegin in class org.apache.thrift.protocol.TCompactProtocol
Throws:
org.apache.thrift.TException

writeMessageEnd

public void writeMessageEnd()
                     throws org.apache.thrift.TException
Overrides:
writeMessageEnd in class org.apache.thrift.protocol.TCompactProtocol
Throws:
org.apache.thrift.TException


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.