org.tinygroup.dbrouter.impl.shardrule
类 Section

java.lang.Object
  继承者 org.tinygroup.dbrouter.impl.shardrule.Section

public class Section
extends Object


构造方法摘要
Section()
           
 
方法摘要
 boolean equals(Object obj)
           
 long getEnd()
           
 long getStart()
           
 int hashCode()
           
 void setEnd(long end)
           
 void setStart(long start)
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

Section

public Section()
方法详细信息

getStart

public long getStart()

setStart

public void setStart(long start)

getEnd

public long getEnd()

setEnd

public void setEnd(long end)

hashCode

public int hashCode()
覆盖:
Object 中的 hashCode

equals

public boolean equals(Object obj)
覆盖:
Object 中的 equals

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2006–2015 TinyGroup. All rights reserved.