com.alibaba.rocketmq.common.protocol.body
类 KVTable

java.lang.Object
  继承者 com.alibaba.rocketmq.remoting.protocol.RemotingSerializable
      继承者 com.alibaba.rocketmq.common.protocol.body.KVTable

public class KVTable
extends RemotingSerializable

从以下版本开始:
2013-8-14
作者:
shijia.wxr

构造方法摘要
KVTable()
           
 
方法摘要
 HashMap<String,String> getTable()
           
 void setTable(HashMap<String,String> table)
           
 
从类 com.alibaba.rocketmq.remoting.protocol.RemotingSerializable 继承的方法
decode, encode, encode, fromJson, toJson, toJson, toJson
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

KVTable

public KVTable()
方法详细信息

getTable

public HashMap<String,String> getTable()

setTable

public void setTable(HashMap<String,String> table)


Copyright © 2012-2015. All Rights Reserved.