类 com.taobao.common.store.journal.OpItem
的使用

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

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

返回 OpItemcom.taobao.common.store.journal 中的方法
 OpItem IndexMap.get(BytesKey key)
           
 OpItem DataFileAppender.remove(OpItem opItem, BytesKey bytesKey, boolean sync)
           
 OpItem DataFileAppender.store(OpItem opItem, BytesKey bytesKey, byte[] data, boolean sync)
           
 

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

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

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

返回 OpItemcom.taobao.common.store.journal.impl 中的方法
 OpItem OpItemHashMap.get(BytesKey key)
           
 OpItem LRUIndexMap.get(BytesKey key)
           
 OpItem ConcurrentIndexMap.get(BytesKey key)
           
 OpItem OpItemEntry.getOpItem()
           
 OpItem OpItemHashMap.remove(BytesKey key)
           
 

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

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

类型变量类型为 OpItemcom.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)
           
 

参数类型为 OpItemcom.taobao.common.store.journal.impl 中的构造方法
OpItemEntry(OpItem opItem, boolean deleted)
           
 



Copyright © 2010–2013. All rights reserved.