Interface RetentionProperties.Builder

    • Method Detail

      • memoryStoreRetentionPeriodInHours

        RetentionProperties.Builder memoryStoreRetentionPeriodInHours​(Long memoryStoreRetentionPeriodInHours)

        The duration for which data must be stored in the memory store.

        Parameters:
        memoryStoreRetentionPeriodInHours - The duration for which data must be stored in the memory store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • magneticStoreRetentionPeriodInDays

        RetentionProperties.Builder magneticStoreRetentionPeriodInDays​(Long magneticStoreRetentionPeriodInDays)

        The duration for which data must be stored in the magnetic store.

        Parameters:
        magneticStoreRetentionPeriodInDays - The duration for which data must be stored in the magnetic store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.