congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
AtmosConfig.getWsChecksumType
Code IndexAdd Tabnine to your IDE (free)

How to use
getWsChecksumType
method
in
com.emc.ecs.sync.config.storage.AtmosConfig

Best Java code snippets using com.emc.ecs.sync.config.storage.AtmosConfig.getWsChecksumType (Showing top 4 results out of 315)

origin: EMCECS/ecs-sync

  throw new ConfigurationException("must specify endpoints, uid and secret key");
if (config.isRetentionEnabled() && config.getWsChecksumType() == null)
  log.warn("Retention requires wschecksum. If source objects do not have wschecksum enabled, you may get an error during write");
origin: EMCECS/ecs-sync

if (config.getWsChecksumType() != null) {
  targetOid = createChecksummedObject(targetId, object, config.getWsChecksumType());
} else if (sourceAtmosMeta != null && sourceAtmosMeta.getWsChecksum() != null) {
  AtmosConfig.Hash checksumType = AtmosConfig.Hash.valueOf(sourceAtmosMeta.getWsChecksum().getAlgorithm().toString().toLowerCase());
origin: EMCECS/ecs-sync

if (config.getWsChecksumType() != null || (sourceAtmosMeta != null && sourceAtmosMeta.getWsChecksum() != null)) {
  AtmosConfig.Hash checksumType = config.getWsChecksumType();
  if (checksumType == null)
    checksumType = AtmosConfig.Hash.valueOf(sourceAtmosMeta.getWsChecksum().getAlgorithm().toString().toLowerCase());
origin: EMCECS/ecs-sync

Assert.assertEquals("target path mismatch", targetPath, atmosTarget.getPath());
Assert.assertEquals("target accessType mismatch", targetAccessType, atmosTarget.getAccessType());
Assert.assertEquals("target wsChecksumType mismatch", targetChecksum, atmosTarget.getWsChecksumType());
Assert.assertTrue("target replaceMetadata should be enabled", atmosTarget.isReplaceMetadata());
Assert.assertTrue("target preserveObjectId should be enabled", atmosTarget.isPreserveObjectId());
com.emc.ecs.sync.config.storageAtmosConfiggetWsChecksumType

Popular methods of AtmosConfig

  • getAccessType
  • getHosts
  • getPath
  • getPort
  • getProtocol
  • getSecret
  • getUid
  • isPreserveObjectId
  • isRemoveTagsOnDelete
  • isReplaceMetadata
  • setPath
  • <init>
  • setPath,
  • <init>,
  • bin,
  • getUri,
  • isEncodeUtf8,
  • isIncludeTopFolder,
  • isRetentionEnabled,
  • setAccessType,
  • setHosts

Popular in Java

  • Making http post requests using okhttp
  • getSystemService (Context)
  • findViewById (Activity)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • JOptionPane (javax.swing)
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now