Class RocksDBStoreConfiguration

    • Field Detail

      • ELEMENT_DEFINITION

        public static org.infinispan.commons.configuration.elements.ElementDefinition ELEMENT_DEFINITION
    • Method Detail

      • attributeDefinitionSet

        public static org.infinispan.commons.configuration.attributes.AttributeSet attributeDefinitionSet()
      • getElementDefinition

        public org.infinispan.commons.configuration.elements.ElementDefinition getElementDefinition()
        Specified by:
        getElementDefinition in interface BaseConfigurationInfo
        Returns:
        the ElementDefinition of the configuration.
      • location

        public java.lang.String location()
      • expiredLocation

        public java.lang.String expiredLocation()
      • blockSize

        public java.lang.Integer blockSize()
      • cacheSize

        public java.lang.Long cacheSize()
      • expiryQueueSize

        @Deprecated
        public int expiryQueueSize()
        Deprecated.
        There is no more queue in RocksDBStore
      • clearThreshold

        public int clearThreshold()