Class KeyspaceConfiguration.KeyspaceSettings

java.lang.Object
org.springframework.data.redis.core.convert.KeyspaceConfiguration.KeyspaceSettings
Enclosing class:
KeyspaceConfiguration

public static class KeyspaceConfiguration.KeyspaceSettings extends Object
Since:
1.7
Author:
Christoph Strobl
  • Constructor Details

    • KeyspaceSettings

      public KeyspaceSettings(Class<?> type, String keyspace)
    • KeyspaceSettings

      public KeyspaceSettings(Class<?> type, String keyspace, boolean inherit)
  • Method Details

    • getKeyspace

      public String getKeyspace()
    • getType

      public Class<?> getType()
    • setTimeToLive

      public void setTimeToLive(Long timeToLive)
    • getTimeToLive

      @Nullable public Long getTimeToLive()
    • setTimeToLivePropertyName

      public void setTimeToLivePropertyName(String propertyName)
    • getTimeToLivePropertyName

      @Nullable public String getTimeToLivePropertyName()