Interface MetadataHelper
-
- All Known Implementing Classes:
EmbeddedMetadataHelper
public interface MetadataHelperMetadataHelper- Since:
- 6.0
- Author:
- Tristan Tarrant
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.infinispan.metadata.MetadatabuildMetadata(String contentType, long lifespan, TimeUnit lifespanUnit, long maxIdle, TimeUnit maxIdleUnit)StringgetContentType(org.infinispan.persistence.spi.MarshallableEntry entry)
-