org.apache.hadoop.chukwa.rest.services
Class ClientTraceHome

java.lang.Object
  extended by org.apache.hadoop.chukwa.rest.services.RestHome
      extended by org.apache.hadoop.chukwa.rest.services.ClientTraceHome

public class ClientTraceHome
extends RestHome

Home object for domain model class HadoopJvm.

Author:
Hibernate Tools
See Also:
org.apahe.hadoop.chukwa.rest.objects.ClientTrace

Constructor Summary
ClientTraceHome()
           
 
Method Summary
static ClientTrace find(String timestamp)
           
static Collection<ClientTrace> findBetween(String starttime, String endtime)
           
 
Methods inherited from class org.apache.hadoop.chukwa.rest.services.RestHome
convertDateLongStringToLong, convertLongToDateString, getCluster, getCriteriaQuery, getSingleQuery, getTimeBetweenQuery
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientTraceHome

public ClientTraceHome()
Method Detail

find

public static ClientTrace find(String timestamp)

findBetween

public static Collection<ClientTrace> findBetween(String starttime,
                                                  String endtime)


Copyright © ${year} The Apache Software Foundation