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

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

Best Java code snippets using com.emc.ecs.sync.config.storage.AtmosConfig.isRetentionEnabled (Showing top 2 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");
    if (!config.isRetentionEnabled()) {
      String objectId = "574e49dea38dc7990574e55963a6110587590b528051";
      CreateObjectResponse response = atmos.createObject(new CreateObjectRequest().customObjectId(objectId));
origin: EMCECS/ecs-sync

if (config.isRetentionEnabled()) {
  com.emc.atmos.api.bean.ObjectMetadata sourceAtmosMeta = (com.emc.atmos.api.bean.ObjectMetadata) obj.getProperty(PROP_ATMOS_METADATA);
  if (sourceAtmosMeta.getWsChecksum() == null)
com.emc.ecs.sync.config.storageAtmosConfigisRetentionEnabled

Popular methods of AtmosConfig

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

Popular in Java

  • Reading from database using SQL prepared statement
  • compareTo (BigDecimal)
  • findViewById (Activity)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • JLabel (javax.swing)
  • JOptionPane (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