| Package | Description |
|---|---|
| org.pinus4j.api |
Pinus存储的用户调用接口.
用户使用Pinus存储时主要是使用的接口是IShardingStorageClient, 此接口包含了对数据库的增删改查相关的操作。方便用户进行分库分表操作。
|
| org.pinus4j.utils |
Pinus存储相关的工具类.
|
| Modifier and Type | Field and Description |
|---|---|
private ThreadPool |
TaskFuture.threadPool
执行处理的线程池
|
private ThreadPool |
TaskExecutor.RecrodReaderThread.threadPool |
| Constructor and Description |
|---|
RecrodReaderThread(IRecordIterator<E> recordReader,
ThreadPool threadPool,
ITask<E> task,
TaskFuture future) |
TaskFuture(long total,
ThreadPool threadPool,
ITask<?> task) |
| Modifier and Type | Method and Description |
|---|---|
static ThreadPool |
ThreadPool.newInstance(String poolName) |
static ThreadPool |
ThreadPool.newInstance(String poolName,
int minThread,
int maxThread,
long waitTime) |
Copyright © 2015. All rights reserved.