Modifier and Type | Class and Description |
---|---|
class |
AzureBlobStoreBackend |
Modifier and Type | Method and Description |
---|---|
protected AbstractSharedBackend |
AzureDataStore.createBackend() |
Modifier and Type | Class and Description |
---|---|
class |
S3Backend
A data store backend that stores data on Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractSharedBackend |
S3DataStore.createBackend() |
Modifier and Type | Field and Description |
---|---|
protected AbstractSharedBackend |
AbstractSharedCachingDataStore.backend
The delegate backend
|
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractSharedBackend |
AbstractSharedCachingDataStore.createBackend() |
Modifier and Type | Class and Description |
---|---|
class |
FSBackend |
Modifier and Type | Method and Description |
---|---|
protected AbstractSharedBackend |
CachingFileDataStore.createBackend() |
protected AbstractSharedBackend |
CachingFileDataStore.getBackend() |
Modifier and Type | Field and Description |
---|---|
protected AbstractSharedBackend |
AbstractDataRecord.backend
The data store that contains this record.
|
Constructor and Description |
---|
AbstractDataRecord(AbstractSharedBackend backend,
DataIdentifier identifier)
Creates a data record with the given identifier.
|
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.