Class StorageConfigurationManager


  • public class StorageConfigurationManager
    extends Object
    Key/value storage information (storage media type and wrapping).
    Since:
    11
    Author:
    Dan Berindei
    • Constructor Detail

      • StorageConfigurationManager

        public StorageConfigurationManager()
    • Method Detail

      • getKeyWrapper

        public org.infinispan.commons.dataconversion.Wrapper getKeyWrapper()
      • getValueWrapper

        public org.infinispan.commons.dataconversion.Wrapper getValueWrapper()
      • getWrapper

        public org.infinispan.commons.dataconversion.Wrapper getWrapper​(boolean isKey)
      • overrideWrapper

        public void overrideWrapper​(org.infinispan.commons.dataconversion.Wrapper keyWrapper,
                                    org.infinispan.commons.dataconversion.Wrapper valueWrapper)
      • getKeyStorageMediaType

        public org.infinispan.commons.dataconversion.MediaType getKeyStorageMediaType()
      • getValueStorageMediaType

        public org.infinispan.commons.dataconversion.MediaType getValueStorageMediaType()
      • getStorageMediaType

        public org.infinispan.commons.dataconversion.MediaType getStorageMediaType​(boolean isKey)
      • isQueryable

        public boolean isQueryable()
        Returns:
        true if the storage type allows queries (indexed or non-indexed).