Package | Description |
---|---|
org.nuxeo.ecm.blob | |
org.nuxeo.ecm.blob.azure | |
org.nuxeo.ecm.blob.jclouds | |
org.nuxeo.ecm.core.blob | |
org.nuxeo.ecm.core.blob.binary | |
org.nuxeo.ecm.core.storage.sql |
Implementation of a Nuxeo repository over an SQL database.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBinaryGarbageCollector<T extends CachingBinaryManager> |
Modifier and Type | Method and Description |
---|---|
protected abstract BinaryGarbageCollector |
AbstractCloudBinaryManager.instantiateGarbageCollector() |
Modifier and Type | Class and Description |
---|---|
class |
AzureGarbageCollector |
Modifier and Type | Method and Description |
---|---|
protected BinaryGarbageCollector |
AzureBinaryManager.instantiateGarbageCollector() |
Modifier and Type | Class and Description |
---|---|
static class |
JCloudsBinaryManager.JCloudsBinaryGarbageCollector
Garbage collector for the blobstore binaries that stores the marked (in use) binaries in memory.
|
Modifier and Type | Method and Description |
---|---|
protected List<BinaryGarbageCollector> |
BlobManagerComponent.getGarbageCollectors() |
Modifier and Type | Class and Description |
---|---|
static class |
LocalBinaryManager.DefaultBinaryGarbageCollector |
Modifier and Type | Field and Description |
---|---|
protected BinaryGarbageCollector |
AbstractBinaryManager.garbageCollector |
Modifier and Type | Method and Description |
---|---|
BinaryGarbageCollector |
BinaryManager.getGarbageCollector()
Returns the Binary Garbage Collector that can be used for this binary manager.
|
BinaryGarbageCollector |
AbstractBinaryManager.getGarbageCollector() |
Modifier and Type | Class and Description |
---|---|
static class |
S3BinaryManager.S3BinaryGarbageCollector
Garbage collector for S3 binaries that stores the marked (in use) binaries in memory.
|
static class |
SQLBinaryManager.SQLBinaryGarbageCollector |
Modifier and Type | Method and Description |
---|---|
protected BinaryGarbageCollector |
S3BinaryManager.instantiateGarbageCollector() |
Copyright © 2015 Nuxeo SA. All rights reserved.