Class BigSegmentsConfiguration

    • Constructor Detail

      • BigSegmentsConfiguration

        public BigSegmentsConfiguration​(BigSegmentStore bigSegmentStore,
                                        int userCacheSize,
                                        java.time.Duration userCacheTime,
                                        java.time.Duration statusPollInterval,
                                        java.time.Duration staleAfter)
        Creates a new BigSegmentsConfiguration instance with the specified values.

        See BigSegmentsConfigurationBuilder for more information on the configuration fields.

        Parameters:
        bigSegmentStore - the Big Segments store instance
        userCacheSize - the user cache size
        userCacheTime - the user cache time
        statusPollInterval - the status poll interval
        staleAfter - the interval after which store data is considered stale