public static interface StoreProto.Store.CassandraConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsReplicationOptions(String key)
This specifies the replication strategy to use.
|
String |
getBootstrapHosts()
- bootstrapHosts: [comma delimited value of hosts]
|
com.google.protobuf.ByteString |
getBootstrapHostsBytes()
- bootstrapHosts: [comma delimited value of hosts]
|
com.google.protobuf.Duration |
getDefaultTtl()
Default expiration in seconds to use when FeatureSetSpec does not have max_age defined.
|
com.google.protobuf.DurationOrBuilder |
getDefaultTtlOrBuilder()
Default expiration in seconds to use when FeatureSetSpec does not have max_age defined.
|
String |
getKeyspace()
string keyspace = 3; |
com.google.protobuf.ByteString |
getKeyspaceBytes()
string keyspace = 3; |
int |
getPort()
int32 port = 2; |
Map<String,String> |
getReplicationOptions()
Deprecated.
|
int |
getReplicationOptionsCount()
This specifies the replication strategy to use.
|
Map<String,String> |
getReplicationOptionsMap()
This specifies the replication strategy to use.
|
String |
getReplicationOptionsOrDefault(String key,
String defaultValue)
This specifies the replication strategy to use.
|
String |
getReplicationOptionsOrThrow(String key)
This specifies the replication strategy to use.
|
String |
getTableName()
Please note that table name must be "feature_store" as is specified in the @Table annotation of the
datastax object mapper
|
com.google.protobuf.ByteString |
getTableNameBytes()
Please note that table name must be "feature_store" as is specified in the @Table annotation of the
datastax object mapper
|
boolean |
hasDefaultTtl()
Default expiration in seconds to use when FeatureSetSpec does not have max_age defined.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBootstrapHosts()
- bootstrapHosts: [comma delimited value of hosts]
string bootstrap_hosts = 1;com.google.protobuf.ByteString getBootstrapHostsBytes()
- bootstrapHosts: [comma delimited value of hosts]
string bootstrap_hosts = 1;int getPort()
int32 port = 2;String getKeyspace()
string keyspace = 3;com.google.protobuf.ByteString getKeyspaceBytes()
string keyspace = 3;String getTableName()
Please note that table name must be "feature_store" as is specified in the @Table annotation of the datastax object mapper
string table_name = 4;com.google.protobuf.ByteString getTableNameBytes()
Please note that table name must be "feature_store" as is specified in the @Table annotation of the datastax object mapper
string table_name = 4;int getReplicationOptionsCount()
This specifies the replication strategy to use. Please refer to docs for more details: https://docs.datastax.com/en/dse/6.7/cql/cql/cql_reference/cql_commands/cqlCreateKeyspace.html#cqlCreateKeyspace__cqlCreateKeyspacereplicationmap-Pr3yUQ7t
map<string, string> replication_options = 5;boolean containsReplicationOptions(String key)
This specifies the replication strategy to use. Please refer to docs for more details: https://docs.datastax.com/en/dse/6.7/cql/cql/cql_reference/cql_commands/cqlCreateKeyspace.html#cqlCreateKeyspace__cqlCreateKeyspacereplicationmap-Pr3yUQ7t
map<string, string> replication_options = 5;@Deprecated Map<String,String> getReplicationOptions()
getReplicationOptionsMap() instead.Map<String,String> getReplicationOptionsMap()
This specifies the replication strategy to use. Please refer to docs for more details: https://docs.datastax.com/en/dse/6.7/cql/cql/cql_reference/cql_commands/cqlCreateKeyspace.html#cqlCreateKeyspace__cqlCreateKeyspacereplicationmap-Pr3yUQ7t
map<string, string> replication_options = 5;String getReplicationOptionsOrDefault(String key, String defaultValue)
This specifies the replication strategy to use. Please refer to docs for more details: https://docs.datastax.com/en/dse/6.7/cql/cql/cql_reference/cql_commands/cqlCreateKeyspace.html#cqlCreateKeyspace__cqlCreateKeyspacereplicationmap-Pr3yUQ7t
map<string, string> replication_options = 5;String getReplicationOptionsOrThrow(String key)
This specifies the replication strategy to use. Please refer to docs for more details: https://docs.datastax.com/en/dse/6.7/cql/cql/cql_reference/cql_commands/cqlCreateKeyspace.html#cqlCreateKeyspace__cqlCreateKeyspacereplicationmap-Pr3yUQ7t
map<string, string> replication_options = 5;boolean hasDefaultTtl()
Default expiration in seconds to use when FeatureSetSpec does not have max_age defined. Specify 0 for no default expiration
.google.protobuf.Duration default_ttl = 6;com.google.protobuf.Duration getDefaultTtl()
Default expiration in seconds to use when FeatureSetSpec does not have max_age defined. Specify 0 for no default expiration
.google.protobuf.Duration default_ttl = 6;com.google.protobuf.DurationOrBuilder getDefaultTtlOrBuilder()
Default expiration in seconds to use when FeatureSetSpec does not have max_age defined. Specify 0 for no default expiration
.google.protobuf.Duration default_ttl = 6;Copyright © 2020 Gojek. All rights reserved.