tachyon
Class UserInfo

java.lang.Object
  extended by tachyon.UserInfo

public class UserInfo
extends Object

Represent one user in the worker daemon.


Constructor Summary
UserInfo(long userId)
           
 
Method Summary
 void addOwnBytes(long addOwnBytes)
           
 long getOwnBytes()
           
 long getUserId()
           
 void heartbeat()
           
 boolean timeout()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserInfo

public UserInfo(long userId)
Method Detail

addOwnBytes

public void addOwnBytes(long addOwnBytes)

getOwnBytes

public long getOwnBytes()

getUserId

public long getUserId()

heartbeat

public void heartbeat()

timeout

public boolean timeout()


Copyright © 2013. All Rights Reserved.