com.alibaba.rocketmq.common.protocol.header
类 QueryCorrectionOffsetHeader

java.lang.Object
  继承者 com.alibaba.rocketmq.common.protocol.header.QueryCorrectionOffsetHeader
所有已实现的接口:
CommandCustomHeader

public class QueryCorrectionOffsetHeader
extends Object
implements CommandCustomHeader

查找被纠正的 offset


构造方法摘要
QueryCorrectionOffsetHeader()
           
 
方法摘要
 void checkFields()
           
 String getCompareGroup()
           
 String getFilterGroups()
           
 String getTopic()
           
 void setCompareGroup(String compareGroup)
           
 void setFilterGroups(String filterGroups)
           
 void setTopic(String topic)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

QueryCorrectionOffsetHeader

public QueryCorrectionOffsetHeader()
方法详细信息

checkFields

public void checkFields()
                 throws RemotingCommandException
指定者:
接口 CommandCustomHeader 中的 checkFields
抛出:
RemotingCommandException

getFilterGroups

public String getFilterGroups()

setFilterGroups

public void setFilterGroups(String filterGroups)

getCompareGroup

public String getCompareGroup()

setCompareGroup

public void setCompareGroup(String compareGroup)

getTopic

public String getTopic()

setTopic

public void setTopic(String topic)


Copyright © 2012-2015. All Rights Reserved.