Tabnine Logo
AtmosConfig.isPreserveObjectId
Code IndexAdd Tabnine to your IDE (free)

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

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

origin: EMCECS/ecs-sync

    request.setContentLength(object.getMetadata().getContentLength());
    if (config.isPreserveObjectId()) request.setCustomObjectId(object.getRelativePath());
    targetOid = time(new Function<ObjectId>() {
      @Override
if (config.isPreserveObjectId()) {
  if (object.getRelativePath().equals(targetOid.getId())) {
    log.debug("object ID {} successfully preserved in target", object.getRelativePath());
origin: EMCECS/ecs-sync

  throw new ConfigurationException("you must provide a source list file for objectspace (Atmos cannot enumerate OIDs)");
if (this == target && config.isPreserveObjectId()) {
  if (!(source instanceof AtmosStorage && ((AtmosStorage) source).getConfig().getAccessType() == objectspace
      && getConfig().getAccessType() == objectspace))
origin: EMCECS/ecs-sync

  cRequest.contentType(obj.getMetadata().getContentType()).setUserMetadata(atmosMeta.values());
if (config.isPreserveObjectId()) cRequest.setCustomObjectId(obj.getRelativePath());
origin: EMCECS/ecs-sync

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.storageAtmosConfigisPreserveObjectId

Popular methods of AtmosConfig

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

Popular in Java

  • Running tasks concurrently on multiple threads
  • compareTo (BigDecimal)
  • getSystemService (Context)
  • scheduleAtFixedRate (Timer)
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • Collectors (java.util.stream)
  • BoxLayout (javax.swing)
  • 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