org.kuali.common.jdbc.model
Class SqlBucket
java.lang.Object
org.kuali.common.jdbc.model.SqlBucket
- All Implemented Interfaces:
- Comparable<SqlBucket>
public final class SqlBucket
- extends Object
- implements Comparable<SqlBucket>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SqlBucket
public SqlBucket()
SqlBucket
public SqlBucket(long count,
long size,
List<SqlSupplier> suppliers)
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.