public static final class StoreProto.Store.CassandraConfig.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<StoreProto.Store.CassandraConfig.Builder> implements StoreProto.Store.CassandraConfigOrBuilder
feast.core.Store.CassandraConfig| Modifier and Type | Method and Description |
|---|---|
StoreProto.Store.CassandraConfig.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StoreProto.Store.CassandraConfig |
build() |
StoreProto.Store.CassandraConfig |
buildPartial() |
StoreProto.Store.CassandraConfig.Builder |
clear() |
StoreProto.Store.CassandraConfig.Builder |
clearBootstrapHosts()
- bootstrapHosts: [comma delimited value of hosts]
|
StoreProto.Store.CassandraConfig.Builder |
clearDefaultTtl()
Default expiration in seconds to use when FeatureSetSpec does not have max_age defined.
|
StoreProto.Store.CassandraConfig.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
StoreProto.Store.CassandraConfig.Builder |
clearKeyspace()
string keyspace = 3; |
StoreProto.Store.CassandraConfig.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
StoreProto.Store.CassandraConfig.Builder |
clearPort()
int32 port = 2; |
StoreProto.Store.CassandraConfig.Builder |
clearReplicationOptions() |
StoreProto.Store.CassandraConfig.Builder |
clearTableName()
Please note that table name must be "feature_store" as is specified in the @Table annotation of the
datastax object mapper
|
StoreProto.Store.CassandraConfig.Builder |
clone() |
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]
|
StoreProto.Store.CassandraConfig |
getDefaultInstanceForType() |
com.google.protobuf.Duration |
getDefaultTtl()
Default expiration in seconds to use when FeatureSetSpec does not have max_age defined.
|
com.google.protobuf.Duration.Builder |
getDefaultTtlBuilder()
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.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getKeyspace()
string keyspace = 3; |
com.google.protobuf.ByteString |
getKeyspaceBytes()
string keyspace = 3; |
Map<String,String> |
getMutableReplicationOptions()
Deprecated.
|
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
StoreProto.Store.CassandraConfig.Builder |
mergeDefaultTtl(com.google.protobuf.Duration value)
Default expiration in seconds to use when FeatureSetSpec does not have max_age defined.
|
StoreProto.Store.CassandraConfig.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StoreProto.Store.CassandraConfig.Builder |
mergeFrom(com.google.protobuf.Message other) |
StoreProto.Store.CassandraConfig.Builder |
mergeFrom(StoreProto.Store.CassandraConfig other) |
StoreProto.Store.CassandraConfig.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
StoreProto.Store.CassandraConfig.Builder |
putAllReplicationOptions(Map<String,String> values)
This specifies the replication strategy to use.
|
StoreProto.Store.CassandraConfig.Builder |
putReplicationOptions(String key,
String value)
This specifies the replication strategy to use.
|
StoreProto.Store.CassandraConfig.Builder |
removeReplicationOptions(String key)
This specifies the replication strategy to use.
|
StoreProto.Store.CassandraConfig.Builder |
setBootstrapHosts(String value)
- bootstrapHosts: [comma delimited value of hosts]
|
StoreProto.Store.CassandraConfig.Builder |
setBootstrapHostsBytes(com.google.protobuf.ByteString value)
- bootstrapHosts: [comma delimited value of hosts]
|
StoreProto.Store.CassandraConfig.Builder |
setDefaultTtl(com.google.protobuf.Duration.Builder builderForValue)
Default expiration in seconds to use when FeatureSetSpec does not have max_age defined.
|
StoreProto.Store.CassandraConfig.Builder |
setDefaultTtl(com.google.protobuf.Duration value)
Default expiration in seconds to use when FeatureSetSpec does not have max_age defined.
|
StoreProto.Store.CassandraConfig.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StoreProto.Store.CassandraConfig.Builder |
setKeyspace(String value)
string keyspace = 3; |
StoreProto.Store.CassandraConfig.Builder |
setKeyspaceBytes(com.google.protobuf.ByteString value)
string keyspace = 3; |
StoreProto.Store.CassandraConfig.Builder |
setPort(int value)
int32 port = 2; |
StoreProto.Store.CassandraConfig.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
StoreProto.Store.CassandraConfig.Builder |
setTableName(String value)
Please note that table name must be "feature_store" as is specified in the @Table annotation of the
datastax object mapper
|
StoreProto.Store.CassandraConfig.Builder |
setTableNameBytes(com.google.protobuf.ByteString value)
Please note that table name must be "feature_store" as is specified in the @Table annotation of the
datastax object mapper
|
StoreProto.Store.CassandraConfig.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<StoreProto.Store.CassandraConfig.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<StoreProto.Store.CassandraConfig.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<StoreProto.Store.CassandraConfig.Builder>public StoreProto.Store.CassandraConfig.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<StoreProto.Store.CassandraConfig.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<StoreProto.Store.CassandraConfig.Builder>public StoreProto.Store.CassandraConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic StoreProto.Store.CassandraConfig build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic StoreProto.Store.CassandraConfig buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic StoreProto.Store.CassandraConfig.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<StoreProto.Store.CassandraConfig.Builder>public StoreProto.Store.CassandraConfig.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<StoreProto.Store.CassandraConfig.Builder>public StoreProto.Store.CassandraConfig.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<StoreProto.Store.CassandraConfig.Builder>public StoreProto.Store.CassandraConfig.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<StoreProto.Store.CassandraConfig.Builder>public StoreProto.Store.CassandraConfig.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<StoreProto.Store.CassandraConfig.Builder>public StoreProto.Store.CassandraConfig.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<StoreProto.Store.CassandraConfig.Builder>public StoreProto.Store.CassandraConfig.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<StoreProto.Store.CassandraConfig.Builder>public StoreProto.Store.CassandraConfig.Builder mergeFrom(StoreProto.Store.CassandraConfig other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<StoreProto.Store.CassandraConfig.Builder>public StoreProto.Store.CassandraConfig.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<StoreProto.Store.CassandraConfig.Builder>IOExceptionpublic String getBootstrapHosts()
- bootstrapHosts: [comma delimited value of hosts]
string bootstrap_hosts = 1;getBootstrapHosts in interface StoreProto.Store.CassandraConfigOrBuilderpublic com.google.protobuf.ByteString getBootstrapHostsBytes()
- bootstrapHosts: [comma delimited value of hosts]
string bootstrap_hosts = 1;getBootstrapHostsBytes in interface StoreProto.Store.CassandraConfigOrBuilderpublic StoreProto.Store.CassandraConfig.Builder setBootstrapHosts(String value)
- bootstrapHosts: [comma delimited value of hosts]
string bootstrap_hosts = 1;value - The bootstrapHosts to set.public StoreProto.Store.CassandraConfig.Builder clearBootstrapHosts()
- bootstrapHosts: [comma delimited value of hosts]
string bootstrap_hosts = 1;public StoreProto.Store.CassandraConfig.Builder setBootstrapHostsBytes(com.google.protobuf.ByteString value)
- bootstrapHosts: [comma delimited value of hosts]
string bootstrap_hosts = 1;value - The bytes for bootstrapHosts to set.public int getPort()
int32 port = 2;getPort in interface StoreProto.Store.CassandraConfigOrBuilderpublic StoreProto.Store.CassandraConfig.Builder setPort(int value)
int32 port = 2;value - The port to set.public StoreProto.Store.CassandraConfig.Builder clearPort()
int32 port = 2;public String getKeyspace()
string keyspace = 3;getKeyspace in interface StoreProto.Store.CassandraConfigOrBuilderpublic com.google.protobuf.ByteString getKeyspaceBytes()
string keyspace = 3;getKeyspaceBytes in interface StoreProto.Store.CassandraConfigOrBuilderpublic StoreProto.Store.CassandraConfig.Builder setKeyspace(String value)
string keyspace = 3;value - The keyspace to set.public StoreProto.Store.CassandraConfig.Builder clearKeyspace()
string keyspace = 3;public StoreProto.Store.CassandraConfig.Builder setKeyspaceBytes(com.google.protobuf.ByteString value)
string keyspace = 3;value - The bytes for keyspace to set.public 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;getTableName in interface StoreProto.Store.CassandraConfigOrBuilderpublic 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;getTableNameBytes in interface StoreProto.Store.CassandraConfigOrBuilderpublic StoreProto.Store.CassandraConfig.Builder setTableName(String value)
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;value - The tableName to set.public StoreProto.Store.CassandraConfig.Builder clearTableName()
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;public StoreProto.Store.CassandraConfig.Builder setTableNameBytes(com.google.protobuf.ByteString value)
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;value - The bytes for tableName to set.public int getReplicationOptionsCount()
StoreProto.Store.CassandraConfigOrBuilderThis 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;getReplicationOptionsCount in interface StoreProto.Store.CassandraConfigOrBuilderpublic 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;containsReplicationOptions in interface StoreProto.Store.CassandraConfigOrBuilder@Deprecated public Map<String,String> getReplicationOptions()
getReplicationOptionsMap() instead.getReplicationOptions in interface StoreProto.Store.CassandraConfigOrBuilderpublic 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;getReplicationOptionsMap in interface StoreProto.Store.CassandraConfigOrBuilderpublic 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;getReplicationOptionsOrDefault in interface StoreProto.Store.CassandraConfigOrBuilderpublic 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;getReplicationOptionsOrThrow in interface StoreProto.Store.CassandraConfigOrBuilderpublic StoreProto.Store.CassandraConfig.Builder clearReplicationOptions()
public StoreProto.Store.CassandraConfig.Builder removeReplicationOptions(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 public Map<String,String> getMutableReplicationOptions()
public StoreProto.Store.CassandraConfig.Builder putReplicationOptions(String key, String value)
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;public StoreProto.Store.CassandraConfig.Builder putAllReplicationOptions(Map<String,String> values)
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;public 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;hasDefaultTtl in interface StoreProto.Store.CassandraConfigOrBuilderpublic 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;getDefaultTtl in interface StoreProto.Store.CassandraConfigOrBuilderpublic StoreProto.Store.CassandraConfig.Builder setDefaultTtl(com.google.protobuf.Duration value)
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;public StoreProto.Store.CassandraConfig.Builder setDefaultTtl(com.google.protobuf.Duration.Builder builderForValue)
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;public StoreProto.Store.CassandraConfig.Builder mergeDefaultTtl(com.google.protobuf.Duration value)
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;public StoreProto.Store.CassandraConfig.Builder clearDefaultTtl()
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;public com.google.protobuf.Duration.Builder getDefaultTtlBuilder()
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;public 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;getDefaultTtlOrBuilder in interface StoreProto.Store.CassandraConfigOrBuilderpublic final StoreProto.Store.CassandraConfig.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StoreProto.Store.CassandraConfig.Builder>public final StoreProto.Store.CassandraConfig.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StoreProto.Store.CassandraConfig.Builder>Copyright © 2020 Gojek. All rights reserved.