| Package | Description |
|---|---|
| org.nutz.dao.impl.jdbc |
数据库方言
|
| org.nutz.dao.jdbc | |
| org.nutz.filepool |
这是一个很小的包,目的就是提供文件池的抽象接口以及一个简单实现
|
| org.nutz.mvc.adaptor | |
| org.nutz.mvc.upload |
| Constructor and Description |
|---|
BlobValueAdaptor(FilePool pool) |
BlobValueAdaptor2(FilePool pool) |
ClobValueAdapter2(FilePool pool) |
ClobValueAdaptor(FilePool pool) |
| Modifier and Type | Method and Description |
|---|---|
static FilePool |
Jdbcs.getFilePool() |
FilePool |
JdbcExpertConfigFile.getPool() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Jdbcs.setFilePool(FilePool pool) |
void |
JdbcExpertConfigFile.setPool(FilePool pool) |
| Modifier and Type | Class and Description |
|---|---|
class |
NutFilePool |
class |
SimpleFilePool
这是个最简单的实现,仅仅在一个目录里创建文件,适用于文件数量不多的临时文件池
|
class |
SynchronizedFilePool
将FilePool封装为线程同步的
|
class |
UU32FilePool |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,FilePool> |
NutFilePool.pools
公共FilePool的缓存池
|
| Modifier and Type | Method and Description |
|---|---|
static FilePool |
NutFilePool.getOrCreatePool(String path,
long limit)
获取指定路径下的FilePool,如果没有就新建一个
|
| Constructor and Description |
|---|
SynchronizedFilePool(FilePool proxy) |
| Constructor and Description |
|---|
WhaleAdaptor(FilePool pool) |
| Modifier and Type | Method and Description |
|---|---|
FilePool |
UploadingContext.getFilePool() |
| Modifier and Type | Method and Description |
|---|---|
static UploadingContext |
UploadingContext.create(FilePool pool) |
UploadingContext |
UploadingContext.setFilePool(FilePool pool) |
| Constructor and Description |
|---|
UploadingContext(FilePool pool) |
Copyright © 2017. All rights reserved.