类 com.taobao.common.store.util.BytesKey
的使用

使用 BytesKey 的软件包
com.taobao.common.store.journal   
com.taobao.common.store.journal.impl   
 

com.taobao.common.store.journalBytesKey 的使用
 

类型参数类型为 BytesKeycom.taobao.common.store.journal 中的字段
protected  Map<BytesKey,JournalStore.InflyWriteData> DataFileAppender.inflyWrites
           
 

返回变量类型为 BytesKey 的类型的 com.taobao.common.store.journal 中的方法
 Iterator<BytesKey> IndexMap.keyIterator()
           
 

参数类型为 BytesKeycom.taobao.common.store.journal 中的方法
 boolean IndexMap.containsKey(BytesKey key)
           
 OpItem IndexMap.get(BytesKey key)
           
 byte[] DataFileAppender.getDataFromInFlyWrites(BytesKey key)
           
 void IndexMap.put(BytesKey key, OpItem opItem)
           
 void IndexMap.remove(BytesKey key)
           
 OpItem DataFileAppender.remove(OpItem opItem, BytesKey bytesKey, boolean sync)
           
 OpItem DataFileAppender.store(OpItem opItem, BytesKey bytesKey, byte[] data, boolean sync)
           
 

类型变量类型为 BytesKeycom.taobao.common.store.journal 中的方法参数
 void IndexMap.putAll(Map<BytesKey,OpItem> map)
           
 

com.taobao.common.store.journal.implBytesKey 的使用
 

返回变量类型为 BytesKey 的类型的 com.taobao.common.store.journal.impl 中的方法
 LRUHashMap<BytesKey,OpItem> LRUIndexMap.getMap()
           
 Iterator<BytesKey> OpItemHashMap.iterator()
           
 Iterator<BytesKey> LRUIndexMap.keyIterator()
           
 Iterator<BytesKey> ConcurrentIndexMap.keyIterator()
           
 

参数类型为 BytesKeycom.taobao.common.store.journal.impl 中的方法
 boolean LRUIndexMap.containsKey(BytesKey key)
           
 boolean ConcurrentIndexMap.containsKey(BytesKey key)
           
 OpItem OpItemHashMap.get(BytesKey key)
           
 OpItem LRUIndexMap.get(BytesKey key)
           
 OpItem ConcurrentIndexMap.get(BytesKey key)
           
 boolean OpItemHashMap.put(BytesKey key, OpItem value)
           
 void LRUIndexMap.put(BytesKey key, OpItem opItem)
           
 void ConcurrentIndexMap.put(BytesKey key, OpItem opItem)
           
 OpItem OpItemHashMap.remove(BytesKey key)
           
 void LRUIndexMap.remove(BytesKey key)
           
 void ConcurrentIndexMap.remove(BytesKey key)
           
 

类型变量类型为 BytesKeycom.taobao.common.store.journal.impl 中的方法参数
 boolean NotifyEldestEntryHandler.process(Map.Entry<BytesKey,OpItem> eldest)
           
 void LRUIndexMap.putAll(Map<BytesKey,OpItem> map)
           
 void ConcurrentIndexMap.putAll(Map<BytesKey,OpItem> map)
           
 



Copyright © 2010–2013. All rights reserved.