org.apache.mesos
Class Log.Entry

java.lang.Object
  extended by org.apache.mesos.Log.Entry
Enclosing class:
Log

public static class Log.Entry
extends Object

Represents an opaque data entry in the Log with a Log.Position.


Field Summary
 byte[] data
           
 Log.Position position
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

position

public final Log.Position position

data

public final byte[] data


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.