クラス KeyspaceConfiguration.KeyspaceSettings

java.lang.ObjectSE
org.springframework.data.redis.core.convert.KeyspaceConfiguration.KeyspaceSettings
含まれているクラス:
KeyspaceConfiguration

public static class KeyspaceConfiguration.KeyspaceSettings extends ObjectSE
導入:
1.7
作成者:
Christoph Strobl
  • コンストラクターの詳細

    • KeyspaceSettings

      public KeyspaceSettings(ClassSE<?> type, StringSE keyspace)
    • KeyspaceSettings

      public KeyspaceSettings(ClassSE<?> type, StringSE keyspace, boolean inherit)
  • メソッドの詳細

    • getKeyspace

      public StringSE getKeyspace()
    • getType

      public ClassSE<?> getType()
    • setTimeToLive

      public void setTimeToLive(LongSE timeToLive)
    • getTimeToLive

      @Nullable public LongSE getTimeToLive()
    • setTimeToLivePropertyName

      public void setTimeToLivePropertyName(StringSE propertyName)
    • getTimeToLivePropertyName

      @Nullable public StringSE getTimeToLivePropertyName()