|
|
上一个类
下一个类 |
框架
无框架
|
摘要: 嵌套 | 字段 | 构造方法 | 方法 |
详细信息: 字段 | 构造方法 | 方法 |
com.taobao.common.store
接口 Store
- 所有已知实现类:
- JournalStore, MemStore, MessageStore
public interface Store
- 从以下版本开始:
- 1.0, 2009-12-11 上午11:17:22
- 作者:
- boyan
add
void add(byte[] key,
byte[] data)
throws IOException
- 抛出:
IOException
add
void add(byte[] key,
byte[] data,
boolean force)
throws IOException
- 抛出:
IOException
remove
boolean remove(byte[] key)
throws IOException
- 抛出:
IOException
remove
boolean remove(byte[] key,
boolean force)
throws IOException
- 抛出:
IOException
get
byte[] get(byte[] key)
throws IOException
- 抛出:
IOException
update
boolean update(byte[] key,
byte[] data)
throws IOException
- 抛出:
IOException
size
int size()
getMaxFileCount
long getMaxFileCount()
setMaxFileCount
void setMaxFileCount(long maxFileCount)
iterator
Iterator<byte[]> iterator()
throws IOException
- 抛出:
IOException
close
void close()
throws IOException
- 抛出:
IOException
|
|
上一个类
下一个类 |
框架
无框架
|
摘要: 嵌套 | 字段 | 构造方法 | 方法 |
详细信息: 字段 | 构造方法 | 方法 |
Copyright © 2010–2013. All rights reserved.