Class EmbeddedMetadataHelper

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Metadata buildMetadata​(java.lang.String contentType, long lifespan, java.util.concurrent.TimeUnit lifespanUnit, long maxIdle, java.util.concurrent.TimeUnit maxIdleUnit)  
      java.lang.String getContentType​(MarshallableEntry entry)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmbeddedMetadataHelper

        public EmbeddedMetadataHelper()
    • Method Detail

      • buildMetadata

        public Metadata buildMetadata​(java.lang.String contentType,
                                      long lifespan,
                                      java.util.concurrent.TimeUnit lifespanUnit,
                                      long maxIdle,
                                      java.util.concurrent.TimeUnit maxIdleUnit)
        Specified by:
        buildMetadata in interface MetadataHelper