com.taobao.metamorphosis.tools.query
类 OffsetQueryDO

java.lang.Object
  继承者 com.taobao.metamorphosis.tools.query.OffsetQueryDO

public class OffsetQueryDO
extends Object

offset查询参数

作者:
pingwei, wuhua

嵌套类摘要
static class OffsetQueryDO.QueryType
           
 
构造方法摘要
OffsetQueryDO(String topic, String group, String partition, String type)
           
 
方法摘要
 String getGroup()
           
 String getPartition()
           
 String getTopic()
           
 OffsetQueryDO.QueryType getType()
           
static void main(String[] args)
           
 void setGroup(String group)
           
 void setPartition(String partition)
           
 void setTopic(String topic)
           
 void setType(OffsetQueryDO.QueryType type)
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

OffsetQueryDO

public OffsetQueryDO(String topic,
                     String group,
                     String partition,
                     String type)
方法详细信息

getTopic

public String getTopic()

setTopic

public void setTopic(String topic)

getGroup

public String getGroup()

setGroup

public void setGroup(String group)

getPartition

public String getPartition()

setPartition

public void setPartition(String partition)

getType

public OffsetQueryDO.QueryType getType()

setType

public void setType(OffsetQueryDO.QueryType type)

toString

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

main

public static void main(String[] args)


Copyright © 2010–2013. All rights reserved.