org.kuali.common.jdbc.threads
Class SqlBucket
java.lang.Object
org.kuali.common.jdbc.threads.SqlBucket
- All Implemented Interfaces:
- Comparable<SqlBucket>
public 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 |
SqlBucket
public SqlBucket()
compareTo
public int compareTo(SqlBucket other)
- Specified by:
compareTo
in interface Comparable<SqlBucket>
getCount
public long getCount()
setCount
public void setCount(long count)
getSize
public long getSize()
setSize
public void setSize(long size)
getSources
public List<SqlSource> getSources()
setSources
public void setSources(List<SqlSource> sources)
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.