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

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

public class ClusterDiskHome
extends RestHome

Home object for domain model class ClusterDisk.

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

Constructor Summary
ClusterDiskHome()
           
 
Method Summary
static ClusterDisk find(String timestamp)
           
static ClusterDisk find(String timestamp, String mount)
           
static Collection<ClusterDisk> 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

ClusterDiskHome

public ClusterDiskHome()
Method Detail

find

public static ClusterDisk find(String timestamp)

find

public static ClusterDisk find(String timestamp,
                               String mount)

findBetween

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


Copyright © ${year} The Apache Software Foundation