Uses of Interface
org.cdlib.mrt.s3.service.CloudStoreInf
Packages that use CloudStoreInf
Package
Description
-
Uses of CloudStoreInf in org.cdlib.mrt.cloud.object
Methods in org.cdlib.mrt.cloud.object with parameters of type CloudStoreInfModifier and TypeMethodDescriptionstatic StateHandlerStateHandler.getStateHandler(CloudStoreInf manager, String bucket, String key, org.cdlib.mrt.utility.LoggerInf logger) static StateHandlerStateHandler.getStateHandler(CloudStoreInf manager, String bucket, org.cdlib.mrt.utility.LoggerInf logger) static StatusHandlerStatusHandler.getStatusHandler(long nodeNumber, CloudStoreInf service, String bucket, int keyCnt, boolean failCnt) static StatusHandler.RetStatusStatusHandler.runStatusHandler(long nodeNumber, CloudStoreInf service, String bucket, int keyCnt, boolean failCnt) Constructors in org.cdlib.mrt.cloud.object with parameters of type CloudStoreInfModifierConstructorDescriptionprotectedStateHandler(CloudStoreInf manager, String bucket, String inKey, org.cdlib.mrt.utility.LoggerInf logger) protectedStatusHandler(long nodeNumber, CloudStoreInf service, String bucket, int keyCnt, boolean failCnt) -
Uses of CloudStoreInf in org.cdlib.mrt.s3.aws
Classes in org.cdlib.mrt.s3.aws that implement CloudStoreInf -
Uses of CloudStoreInf in org.cdlib.mrt.s3.cloudhost
Classes in org.cdlib.mrt.s3.cloudhost that implement CloudStoreInf -
Uses of CloudStoreInf in org.cdlib.mrt.s3.openstack
Classes in org.cdlib.mrt.s3.openstack that implement CloudStoreInf -
Uses of CloudStoreInf in org.cdlib.mrt.s3.pairtree
Classes in org.cdlib.mrt.s3.pairtree that implement CloudStoreInf -
Uses of CloudStoreInf in org.cdlib.mrt.s3.service
Fields in org.cdlib.mrt.s3.service declared as CloudStoreInfModifier and TypeFieldDescriptionNodeIO.AccessNode.serviceprotected CloudStoreInfNodeService.serviceMethods in org.cdlib.mrt.s3.service that return CloudStoreInfMethods in org.cdlib.mrt.s3.service with parameters of type CloudStoreInfModifier and TypeMethodDescriptionprotected voidNodeIO.getFileException(CloudStoreInf service, String container, String key, File outfile) static StateHandler.RetStateNodeIOStatus.getStatusTimeout(CloudStoreInf service, String container, long nodeNumber, int localTimeOut) Constructors in org.cdlib.mrt.s3.service with parameters of type CloudStoreInfModifierConstructorDescriptionAccessNode(String serviceType, String accessMode, CloudStoreInf service, Long nodeNumber, String container) AccessNode(String serviceType, String accessMode, CloudStoreInf service, Long nodeNumber, String container, String nodeDescription) Task(CloudStoreInf service, String container, long nodeNumber) -
Uses of CloudStoreInf in org.cdlib.mrt.s3.store
Classes in org.cdlib.mrt.s3.store that implement CloudStoreInf -
Uses of CloudStoreInf in org.cdlib.mrt.s3.test
Methods in org.cdlib.mrt.s3.test with parameters of type CloudStoreInfModifier and TypeMethodDescriptionstatic StatusHandler.RetStatusTestNodeIOStatus.testScan(long nodeNumber, CloudStoreInf service, String bucket, int keyCnt, boolean failCnt) static StatusHandler.RetStatusTestNodeIOStatusReset.testScan(long nodeNumber, CloudStoreInf service, String bucket, int keyCnt, boolean failCnt) static voidTestCloudChecksum.testTime(long node, String[] types, CloudStoreInf service, String bucket, String key, org.cdlib.mrt.utility.LoggerInf logger) static voidTestCloudChecksum.testValid(long node, String[] types, CloudStoreInf service, String bucket, String key, String testChecksum, long testLen, org.cdlib.mrt.utility.LoggerInf logger) -
Uses of CloudStoreInf in org.cdlib.mrt.s3.tools
Fields in org.cdlib.mrt.s3.tools declared as CloudStoreInfModifier and TypeFieldDescriptionprotected CloudStoreInfAddObjectComponent.cloudprotected CloudStoreInfAddObjectComponentSave.cloudprotected CloudStoreInfBuildObjectManifest.cloudprotected CloudStoreInfBuildObjectManifestOld.cloudprotected CloudStoreInfExtractUnique.cloudprotected CloudStoreInfUniqueKeys.cloudprotected CloudStoreInfCloudCloudCopy.inServiceprotected CloudStoreInfCloudManifestCopy.inServiceprotected CloudStoreInfCloudManifestCopyTime.inServiceprotected CloudStoreInfCloudManifestCopyTiming.inServiceprotected CloudStoreInfCloudManifestCopyVersion.inServiceprotected CloudStoreInfComponentListDirectory.inServiceprotected CloudStoreInfComponentListManifest.inServiceprotected CloudStoreInfComponentListManifest1.inServiceprotected CloudStoreInfCloudCloudCopy.outServiceprotected CloudStoreInfCloudManifestCopy.outServiceprotected CloudStoreInfCloudManifestCopyTime.outServiceprotected CloudStoreInfCloudManifestCopyTiming.outServiceprotected CloudStoreInfCloudManifestCopyVersion.outServiceprotected CloudStoreInfCloudChecksum.serviceprotected CloudStoreInfCloudCmdHandler.serviceprotected CloudStoreInfCloudObjectDelete.serviceprotected CloudStoreInfCloudObjectList.serviceMethods in org.cdlib.mrt.s3.tools that return CloudStoreInfModifier and TypeMethodDescriptionCloudManifestCopy.getInService()CloudManifestCopy.getOutService()Methods in org.cdlib.mrt.s3.tools with parameters of type CloudStoreInfModifier and TypeMethodDescriptionstatic AddObjectComponentAddObjectComponent.getAddObjectComponent(CloudStoreInf cloud, String container, org.cdlib.mrt.utility.LoggerInf logger) Get object for constructing manifeststatic AddObjectComponentSaveAddObjectComponentSave.getAddObjectComponent(CloudStoreInf cloud, String container, org.cdlib.mrt.utility.LoggerInf logger) Get object for constructing manifeststatic BuildObjectManifestBuildObjectManifest.getBuildObjectManifest(CloudStoreInf cloud, String container, File directory, org.cdlib.mrt.utility.LoggerInf logger) Get object for constructing manifeststatic BuildObjectManifestOldBuildObjectManifestOld.getBuildObjectManifest(CloudStoreInf cloud, String container, File directory, org.cdlib.mrt.utility.LoggerInf logger) static CloudChecksumCloudChecksum.getChecksums(String[] types, CloudStoreInf service, String bucket, String key) static CloudChecksumCloudChecksum.getChecksums(String[] types, CloudStoreInf service, String bucket, String key, Integer maxsize) CopyFile.getDataSha256(CloudStoreInf service, String bucket, String key) CopyFile.getSha256(CloudStoreInf service, String bucket, String key) Constructors in org.cdlib.mrt.s3.tools with parameters of type CloudStoreInfModifierConstructorDescriptionprotectedAddObjectComponent(CloudStoreInf cloud, String container, org.cdlib.mrt.utility.LoggerInf logger) ConstructorprotectedAddObjectComponentSave(CloudStoreInf cloud, String container, org.cdlib.mrt.utility.LoggerInf logger) ConstructorBuildArchiveDirectory(String storageClass, CloudStoreInf inService, String inContainer, File outDir, org.cdlib.mrt.core.Identifier buildArk, int buildVersion, List<String> filterList, org.cdlib.mrt.utility.LoggerInf logger) protectedBuildObjectManifest(CloudStoreInf cloud, String container, File directory, org.cdlib.mrt.utility.LoggerInf logger) ConstructorprotectedBuildObjectManifestOld(CloudStoreInf cloud, String container, File directory, org.cdlib.mrt.utility.LoggerInf logger) protectedCloudChecksum(String[] types, CloudStoreInf service, String bucket, String key, Integer maxsize) CloudCloudCopy(CloudStoreInf inService, String inContainer, CloudStoreInf outService, String outContainer) CloudCloudCopy(CloudStoreInf inService, String inContainer, CloudStoreInf outService, String outContainer, File tFile) CloudCmdHandler(CloudStoreInf service, org.cdlib.mrt.utility.LoggerInf logger) CloudManifestCopy(CloudStoreInf inService, String inContainer, CloudStoreInf outService, String outContainer, org.cdlib.mrt.utility.LoggerInf logger) CloudManifestCopyTime(CloudStoreInf inService, String inContainer, CloudStoreInf outService, String outContainer, org.cdlib.mrt.utility.LoggerInf logger) CloudManifestCopyTiming(CloudStoreInf inService, String inContainer, CloudStoreInf outService, String outContainer, PrintWriter printWriter, org.cdlib.mrt.utility.LoggerInf logger) CloudManifestCopyVersion(CloudStoreInf inService, String inContainer, CloudStoreInf outService, String outContainer, org.cdlib.mrt.utility.LoggerInf logger) CloudObjectDelete(CloudStoreInf service, String container, boolean allowManifest, org.cdlib.mrt.utility.LoggerInf logger) CloudObjectDeleteList(CloudStoreInf service, String container, File deleteFile, org.cdlib.mrt.utility.LoggerInf logger) CloudObjectList(CloudStoreInf service, String container, org.cdlib.mrt.utility.LoggerInf logger) CloudObjectListList(CloudStoreInf service, String container, File listFile, org.cdlib.mrt.utility.LoggerInf logger) ComponentListManifest(String storageClass, CloudStoreInf inService, String inContainer, org.cdlib.mrt.utility.LoggerInf logger) ComponentListManifest1(String storageClass, CloudStoreInf inService, String inContainer, org.cdlib.mrt.utility.LoggerInf logger) ExtractUnique(CloudStoreInf cloud, File containerDir, Long maxout, org.cdlib.mrt.utility.LoggerInf logger) Properties Constructor IdListUniqueKeys(CloudStoreInf cloud, String container) Properties Constructor IdList -
Uses of CloudStoreInf in org.cdlib.mrt.s3v2.aws
Classes in org.cdlib.mrt.s3v2.aws that implement CloudStoreInf -
Uses of CloudStoreInf in org.cdlib.mrt.s3v2.test
Methods in org.cdlib.mrt.s3v2.test with parameters of type CloudStoreInfModifier and TypeMethodDescriptionstatic CloudResponseTestAWSNodeIO.doDelete(CloudStoreInf client, String bucketName, String key) static URLTestAWSNodeIO.doPresign(CloudStoreInf client, String bucketName, String key) protected static CloudResponseTestAWSNodeIO.doPutObject(CloudStoreInf client, String bucketName, String key, String filePath, String sha256) static PropertiesTestAWSNodeIO.getMeta(String header, CloudStoreInf client, String bucketName, String key) static voidTestAWSGet.testClient(String header, CloudStoreInf client, String bucketName, String key, String contentType, String contentDisposition) static voidTestAWSPut.testClient(String header, CloudStoreInf client, String bucketName, String key, String contentType, String contentDisposition) protected static voidTestAWSNodeIO.testGetObject(CloudStoreInf client, String bucketName, String key, File outDir, String sha256, org.cdlib.mrt.utility.LoggerInf logger) static voidTestAWSNodeIO.testPresign(CloudStoreInf client, String bucketName, String key, File outDir, String sha256, org.cdlib.mrt.utility.LoggerInf logger) protected static voidTestAWSNodeIO.testPutObject(CloudStoreInf client, String bucketName, String key, String putFilePath, String sha256) static voidTestAWSNodeIO.testState(CloudStoreInf client, String bucketName, String key, String sha256, String upFilePath, String downDirPath, org.cdlib.mrt.utility.LoggerInf logger)