Deprecated API


Contents
Deprecated Fields
org.tranche.meta.MetaDataAnnotation.FILE_LAST_MODIFIED_TIMESTAMP
          Moved into meta data properties, name of MetaData.PROP_TIMESTAMP_FILE 
org.tranche.meta.MetaDataAnnotation.IS_OUT_MDA
          Move to usage location. 
org.tranche.meta.MetaDataAnnotation.IS_PEAKLIST_MDA
          Move to usage location. 
org.tranche.configuration.ConfigKeys.IS_SERVER_READ_ONLY
          Use SERVER_MODE_FLAG instead. 
org.tranche.configuration.ConfigKeys.IS_SERVER_WRITE_ONLY
          Use SERVER_MODE_FLAG instead. 
org.tranche.meta.MetaData.LIMITED_LIFE_BIT
          Use the property for expiration timestamp to denote when a file should expire. 
org.tranche.flatfile.DataDirectoryConfiguration.MAX_SIZE
            
org.tranche.meta.MetaData.MIME_TYPE_BIT
          Of no purpose since the mime type was moved into the properties structure and now depends on the uploader. 
org.tranche.meta.MetaDataAnnotation.PKL_IS_XTANDEM
          Move to usage location. 
org.tranche.meta.MetaDataAnnotation.PROJECT_ANNOTATED_MDA
          No longer in use. 
org.tranche.meta.MetaDataAnnotation.PROP_DELETE_NEW_VERSION
          No longer in use. 
org.tranche.meta.MetaDataAnnotation.PROP_DELETE_OLD_VERSION
          No longer in use. 
org.tranche.meta.MetaDataAnnotation.PROP_DELETED
          Moved to meta data properties, name of MetaData.PROP_HIDDEN 
org.tranche.meta.MetaDataAnnotation.PROP_NEW_VERSION
          Moved to meta data properties, name of MetaData.PROP_VERSION_NEXT 
org.tranche.meta.MetaDataAnnotation.PROP_OLD_VERSION
          Moved to meta data properties, name of MetaData.PROP_VERSION_PREVIOUS 
org.tranche.meta.MetaDataAnnotation.PROP_PUBLISHED_TIMESTAMP
          Moved to AES file encoding properties, name of FileEncoding.PROP_TIMESTAMP_PUBLISHED 
org.tranche.meta.MetaDataAnnotation.PROP_STICKY_SERVER_URL
          Use PROP_STICKY_SERVER_HOST 
org.tranche.meta.MetaDataAnnotation.PROP_UNDELETED
          No longer in use. 
org.tranche.meta.MetaDataAnnotation.SEQUEST_OUT_MDVALUE
          Move to usage location. 
org.tranche.meta.MetaDataAnnotation.SHARE_META_DATA_IF_ENCRYPTED_ANNOTATION
          Moved to meta data properties, name of MetaData.PROP_SHARE_INFO_IF_ENCRYPTED 
org.tranche.meta.MetaData.STICKY_DATA_BIT
          Making a file sticky is now done by adding a Meta Data Annotation of a server to which it should be stuck. 
org.tranche.meta.MetaData.STICKY_META_DATA_BIT
          making a file sticky is now done by adding a Meta Data Annotation of a server to which it should be stuck. 
org.tranche.FileEncoding.TARBALL
          Not in use. 
 

Deprecated Methods
org.tranche.hash.DiskBackedBigHashList.destroy()
          Use close 
org.tranche.util.IOUtil.getConfiguration(TrancheServer, X509Certificate, PrivateKey)
          Use getConfiguration(TrancheServer) instead 
org.tranche.flatfile.HashSpanFixingThread.getRequiredReplicationsToDelete()
          This may be used by testing, but should not be used in production. Instead, set the appropriate value in the server's Configuration object. 
org.tranche.meta.MetaData.isLimitedLife()
          No longer support expiration timestamps. 
org.tranche.configuration.Configuration.isReadOnly()
          Use canRead() instead. 
org.tranche.flatfile.FlatFileTrancheServer.isReadOnly()
          There are different modes for server. Right now, there's none, read-only, write-only, and read/write. 
org.tranche.configuration.Configuration.isWriteOnly()
          Use canWrite() instead. 
org.tranche.meta.MetaData.setIsLimitedLife(boolean)
          No longer support expiration timestamps. 
org.tranche.flatfile.HashSpanFixingThread.setRequiredReplicationsToDelete(int, X509Certificate, PrivateKey)
          This may be used by testing, but should not be used in production. Instead, set the appropriate value in the server's Configuration object. 
org.tranche.flatfile.HashSpanFixingThread.setTestingConcurrentReplication(boolean)
          Doesn't do anything. Logic to handle data and meta data chunks removed in favor of cleaner logic 
 



This code is free for use both commercially and non-commercially as stated in the project's license