Package | Description |
---|---|
org.nuxeo.ecm.blob | |
org.nuxeo.ecm.blob.azure | |
org.nuxeo.ecm.blob.jclouds | |
org.nuxeo.ecm.core.blob.binary | |
org.nuxeo.ecm.core.storage.sql |
Implementation of a Nuxeo repository over an SQL database.
|
Modifier and Type | Method and Description |
---|---|
protected abstract FileStorage |
AbstractCloudBinaryManager.getFileStorage() |
Modifier and Type | Class and Description |
---|---|
class |
AzureFileStorage |
Modifier and Type | Method and Description |
---|---|
protected FileStorage |
AzureBinaryManager.getFileStorage() |
Modifier and Type | Class and Description |
---|---|
class |
JCloudsBinaryManager.JCloudsFileStorage |
Modifier and Type | Field and Description |
---|---|
protected FileStorage |
CachingBinaryManager.fileStorage |
Modifier and Type | Method and Description |
---|---|
protected void |
CachingBinaryManager.initializeCache(File dir,
long maxSize,
long maxCount,
long minAge,
FileStorage fileStorage)
Initialize the cache.
|
void |
CachingBinaryManager.initializeCache(String maxSizeStr,
FileStorage fileStorage)
Initialize the cache.
|
void |
CachingBinaryManager.initializeCache(String maxSizeStr,
String maxCountStr,
String minAgeStr,
FileStorage fileStorage)
Initializes the cache.
|
Modifier and Type | Class and Description |
---|---|
class |
S3BinaryManager.S3FileStorage |
class |
SQLBinaryManager.SQLFileStorage |
Modifier and Type | Method and Description |
---|---|
protected FileStorage |
S3BinaryManager.getFileStorage() |
Copyright © 2018 Nuxeo. All rights reserved.