Package | Description |
---|---|
fr.gouv.vitam.common.accesslog | |
fr.gouv.vitam.storage.engine.client |
Provides Storage Engine client interface, factory and implementations.
|
fr.gouv.vitam.storage.engine.server.distribution |
Provides a Distribution interface for the Storage Engine Server module
|
fr.gouv.vitam.storage.engine.server.distribution.impl |
Provides a Distribution implementation for the Storage Engine Server module
|
fr.gouv.vitam.storage.engine.server.rest |
Provides the web server application and configuration for the Storage Engine
Server module and the rest resources it uses.
|
Modifier and Type | Method and Description |
---|---|
static AccessLogInfoModel |
AccessLogUtils.getInfoForAccessLog(String qualifier,
Integer version,
VitamSession session,
Long size,
String archiveUnitId) |
static AccessLogInfoModel |
AccessLogUtils.getInfoFromWorkerInfo(Map<String,Object> objectInfo,
VitamSession session,
Boolean mustLog) |
static AccessLogInfoModel |
AccessLogUtils.getNoLogAccessLog() |
Modifier and Type | Method and Description |
---|---|
static Boolean |
AccessLogUtils.mustLog(AccessLogInfoModel logInfo) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
StorageClient.getContainerAsync(String strategyId,
String guid,
DataCategory type,
AccessLogInfoModel logInfo)
Retrieves a binary object knowing its guid as an inputStream for a specific tenant/strategy
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
StorageDistribution.getContainerByCategory(String strategyId,
String objectId,
DataCategory category,
AccessLogInfoModel logInformation)
Get a specific Object binary data as an input stream
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
StorageDistributionImpl.getContainerByCategory(String strategyId,
String objectId,
DataCategory category,
AccessLogInfoModel logInformation) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
StorageResource.getObject(javax.ws.rs.core.HttpHeaders headers,
String objectId,
AccessLogInfoModel logInfo)
Get an object data
|
Copyright © 2018 Vitam. All rights reserved.