org.kuali.common.jdbc.model
Class SqlBucket

java.lang.Object
  extended by org.kuali.common.jdbc.model.SqlBucket
All Implemented Interfaces:
Comparable<SqlBucket>

public final class SqlBucket
extends Object
implements Comparable<SqlBucket>


Field Summary
static long DEFAULT_COUNT
           
static long DEFAULT_SIZE
           
static List<SqlSupplier> DEFAULT_SUPPLIERS
           
 
Constructor Summary
SqlBucket()
           
SqlBucket(long count, long size, List<SqlSupplier> suppliers)
           
 
Method Summary
 int compareTo(SqlBucket other)
           
 long getCount()
           
 long getSize()
           
 List<SqlSupplier> getSuppliers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_COUNT

public static final long DEFAULT_COUNT
See Also:
Constant Field Values

DEFAULT_SIZE

public static final long DEFAULT_SIZE
See Also:
Constant Field Values

DEFAULT_SUPPLIERS

public static List<SqlSupplier> DEFAULT_SUPPLIERS
Constructor Detail

SqlBucket

public SqlBucket()

SqlBucket

public SqlBucket(long count,
                 long size,
                 List<SqlSupplier> suppliers)
Method Detail

compareTo

public int compareTo(SqlBucket other)
Specified by:
compareTo in interface Comparable<SqlBucket>

getCount

public long getCount()

getSize

public long getSize()

getSuppliers

public List<SqlSupplier> getSuppliers()


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.