Class AutoValue_RaftConfig


  • @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_RaftConfig
    extends RaftConfig
    • Field Detail

      • snapshotInterval

        private final java.lang.Integer snapshotInterval
      • keepOldSnapshots

        private final java.lang.Integer keepOldSnapshots
      • logEntriesForSlowFollowers

        private final java.lang.Integer logEntriesForSlowFollowers
      • electionTick

        private final java.lang.Integer electionTick
      • heartbeatTick

        private final java.lang.Integer heartbeatTick
    • Constructor Detail

      • AutoValue_RaftConfig

        private AutoValue_RaftConfig​(@Nullable
                                     java.lang.Integer snapshotInterval,
                                     @Nullable
                                     java.lang.Integer keepOldSnapshots,
                                     @Nullable
                                     java.lang.Integer logEntriesForSlowFollowers,
                                     @Nullable
                                     java.lang.Integer electionTick,
                                     @Nullable
                                     java.lang.Integer heartbeatTick)
    • Method Detail

      • electionTick

        @Nullable
        public java.lang.Integer electionTick()
        Specified by:
        electionTick in class RaftConfig
      • heartbeatTick

        @Nullable
        public java.lang.Integer heartbeatTick()
        Specified by:
        heartbeatTick in class RaftConfig
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object