Interface ConfigParserEnvironment

All Known Subinterfaces:
CoreEnvironment
All Known Implementing Classes:
DefaultCoreEnvironment

public interface ConfigParserEnvironment
A ConfigParserEnvironment interface defines all methods which environment implementation should have to be injected into configuration parser.
  • Method Details

    • memcachedHashingStrategy

      MemcachedHashingStrategy memcachedHashingStrategy()
      Allows to specify a custom strategy to hash memcached bucket documents. If you want to use this SDK side by side with 1.x SDKs on memcached buckets, configure the environment to use the LegacyMemcachedHashingStrategy instead.
      Returns:
      the memcached hashing strategy.