org.apache.hadoop.chukwa.datacollection.sender
Class ChukwaHttpSender.CommitListEntry

java.lang.Object
  extended by org.apache.hadoop.chukwa.datacollection.sender.ChukwaHttpSender.CommitListEntry
Direct Known Subclasses:
AsyncAckSender.DelayedCommit
Enclosing class:
ChukwaHttpSender

public static class ChukwaHttpSender.CommitListEntry
extends Object


Field Summary
 Adaptor adaptor
           
 long start
           
 long uuid
           
 
Constructor Summary
ChukwaHttpSender.CommitListEntry(Adaptor a, long uuid, long start)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adaptor

public Adaptor adaptor

uuid

public long uuid

start

public long start
Constructor Detail

ChukwaHttpSender.CommitListEntry

public ChukwaHttpSender.CommitListEntry(Adaptor a,
                                        long uuid,
                                        long start)


Copyright © ${year} The Apache Software Foundation