com.taobao.metamorphosis.server.transaction.store
类 AddMsgLocationUtils

java.lang.Object
  继承者 com.taobao.metamorphosis.server.transaction.store.AddMsgLocationUtils

public class AddMsgLocationUtils
extends Object

添加消息位置的序列化工具类

作者:
boyan(boyan@taobao.com)

构造方法摘要
AddMsgLocationUtils()
           
 
方法摘要
static Map<String,JournalTransactionStore.AddMsgLocation> decodeLocations(ByteBuffer buf)
           
static ByteBuffer encodeLocation(Map<String,JournalTransactionStore.AddMsgLocation> locations)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AddMsgLocationUtils

public AddMsgLocationUtils()
方法详细信息

encodeLocation

public static ByteBuffer encodeLocation(Map<String,JournalTransactionStore.AddMsgLocation> locations)

decodeLocations

public static final Map<String,JournalTransactionStore.AddMsgLocation> decodeLocations(ByteBuffer buf)


Copyright © 2010–2013. All rights reserved.