Class CacheProperties


  • public final class CacheProperties
    extends Object
    System properties used by the Gaffer cache service implementations.
    • Field Detail

      • CACHE_SERVICE_DEFAULT_CLASS

        public static final String CACHE_SERVICE_DEFAULT_CLASS
        Name of the system property to use for defining the default cache service class.
        See Also:
        Constant Field Values
      • CACHE_SERVICE_JOB_TRACKER_CLASS

        public static final String CACHE_SERVICE_JOB_TRACKER_CLASS
        Name of the system property to use for defining a cache service class dedicated to the Job Tracker.
        See Also:
        Constant Field Values
      • CACHE_SERVICE_NAMED_VIEW_CLASS

        public static final String CACHE_SERVICE_NAMED_VIEW_CLASS
        Name of the system property to use for defining a cache service class dedicated to Named Views.
        See Also:
        Constant Field Values
      • CACHE_SERVICE_NAMED_OPERATION_CLASS

        public static final String CACHE_SERVICE_NAMED_OPERATION_CLASS
        Name of the system property to use for defining a cache service class dedicated to Named Operations.
        See Also:
        Constant Field Values
      • CACHE_SERVICE_DEFAULT_SUFFIX

        public static final String CACHE_SERVICE_DEFAULT_SUFFIX
        Names of the system properties used to set the suffix for all caches or per cache. CASE INSENSITIVE e.g. gaffer.cache.service.default.suffix="v2"
        See Also:
        Constant Field Values
      • CACHE_SERVICE_NAMED_OPERATION_SUFFIX

        public static final String CACHE_SERVICE_NAMED_OPERATION_SUFFIX
        See Also:
        Constant Field Values
      • CACHE_CONFIG_FILE

        public static final String CACHE_CONFIG_FILE
        Name of the system property to use in order to locate the cache config file.
        See Also:
        Constant Field Values