public static interface StoreProto.Store.RedisConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
string host = 1; |
com.google.protobuf.ByteString |
getHostBytes()
string host = 1; |
int |
getInitialBackoffMs()
Optional.
|
int |
getMaxRetries()
Optional.
|
int |
getPort()
int32 port = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getHost()
string host = 1;com.google.protobuf.ByteString getHostBytes()
string host = 1;int getPort()
int32 port = 2;int getInitialBackoffMs()
Optional. The number of milliseconds to wait before retrying failed Redis connection. By default, Feast uses exponential backoff policy and "initial_backoff_ms" sets the initial wait duration.
int32 initial_backoff_ms = 3;int getMaxRetries()
Optional. Maximum total number of retries for connecting to Redis. Default to zero retries.
int32 max_retries = 4;Copyright © 2020 Gojek. All rights reserved.