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

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

public class DfsDataNodeHome
extends RestHome

Home object for domain model class DfsDataNode.

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

Constructor Summary
DfsDataNodeHome()
           
 
Method Summary
static DfsDataNode find(String timestamp)
           
static DfsDataNode find(String timestamp, String host)
           
static Collection<DfsDataNode> 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

DfsDataNodeHome

public DfsDataNodeHome()
Method Detail

find

public static DfsDataNode find(String timestamp)

find

public static DfsDataNode find(String timestamp,
                               String host)

findBetween

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


Copyright © ${year} The Apache Software Foundation