Interface InitializationContext

    • Method Detail

      • getCache

        Cache getCache()
      • getKeyPartitioner

        KeyPartitioner getKeyPartitioner()
        The configured partitioner that can be used to determine which segment a given key belongs to. This is useful when a store is segmented (ie. implements SegmentedAdvancedLoadWriteStore).
        Returns:
        partitioner that can provide what segment a key maps to
      • getExecutor

        ExecutorService getExecutor()
        Returns the preferred executor to be used by stores if needed. Stores normally shouldn't need this unless they *must* perform some blocking code asynchronously.
        Returns:
        the executor to be used with stores