| Package | Description |
|---|---|
| feast.storage | |
| feast.types |
| Modifier and Type | Method and Description |
|---|---|
FieldProto.Field.Builder |
RedisProto.RedisKey.Builder.addEntitiesBuilder()
List of fields containing entity names and their respective values
contained within this feature row.
|
FieldProto.Field.Builder |
RedisProto.RedisKey.Builder.addEntitiesBuilder(int index)
List of fields containing entity names and their respective values
contained within this feature row.
|
FieldProto.Field.Builder |
RedisProto.RedisKey.Builder.getEntitiesBuilder(int index)
List of fields containing entity names and their respective values
contained within this feature row.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldProto.Field.Builder> |
RedisProto.RedisKey.Builder.getEntitiesBuilderList()
List of fields containing entity names and their respective values
contained within this feature row.
|
| Modifier and Type | Method and Description |
|---|---|
RedisProto.RedisKey.Builder |
RedisProto.RedisKey.Builder.addEntities(FieldProto.Field.Builder builderForValue)
List of fields containing entity names and their respective values
contained within this feature row.
|
RedisProto.RedisKey.Builder |
RedisProto.RedisKey.Builder.addEntities(int index,
FieldProto.Field.Builder builderForValue)
List of fields containing entity names and their respective values
contained within this feature row.
|
RedisProto.RedisKey.Builder |
RedisProto.RedisKey.Builder.setEntities(int index,
FieldProto.Field.Builder builderForValue)
List of fields containing entity names and their respective values
contained within this feature row.
|
| Modifier and Type | Method and Description |
|---|---|
FieldProto.Field.Builder |
FeatureRowProto.FeatureRow.Builder.addFieldsBuilder()
Fields in the feature row.
|
FieldProto.Field.Builder |
FeatureRowProto.FeatureRow.Builder.addFieldsBuilder(int index)
Fields in the feature row.
|
FieldProto.Field.Builder |
FieldProto.Field.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FieldProto.Field.Builder |
FieldProto.Field.Builder.clear() |
FieldProto.Field.Builder |
FieldProto.Field.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FieldProto.Field.Builder |
FieldProto.Field.Builder.clearName()
string name = 1; |
FieldProto.Field.Builder |
FieldProto.Field.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FieldProto.Field.Builder |
FieldProto.Field.Builder.clearValue()
.feast.types.Value value = 2; |
FieldProto.Field.Builder |
FieldProto.Field.Builder.clone() |
FieldProto.Field.Builder |
FeatureRowProto.FeatureRow.Builder.getFieldsBuilder(int index)
Fields in the feature row.
|
FieldProto.Field.Builder |
FieldProto.Field.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FieldProto.Field.Builder |
FieldProto.Field.Builder.mergeFrom(FieldProto.Field other) |
FieldProto.Field.Builder |
FieldProto.Field.Builder.mergeFrom(com.google.protobuf.Message other) |
FieldProto.Field.Builder |
FieldProto.Field.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FieldProto.Field.Builder |
FieldProto.Field.Builder.mergeValue(ValueProto.Value value)
.feast.types.Value value = 2; |
static FieldProto.Field.Builder |
FieldProto.Field.newBuilder() |
static FieldProto.Field.Builder |
FieldProto.Field.newBuilder(FieldProto.Field prototype) |
FieldProto.Field.Builder |
FieldProto.Field.newBuilderForType() |
protected FieldProto.Field.Builder |
FieldProto.Field.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
FieldProto.Field.Builder |
FieldProto.Field.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FieldProto.Field.Builder |
FieldProto.Field.Builder.setName(String value)
string name = 1; |
FieldProto.Field.Builder |
FieldProto.Field.Builder.setNameBytes(com.google.protobuf.ByteString value)
string name = 1; |
FieldProto.Field.Builder |
FieldProto.Field.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FieldProto.Field.Builder |
FieldProto.Field.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FieldProto.Field.Builder |
FieldProto.Field.Builder.setValue(ValueProto.Value.Builder builderForValue)
.feast.types.Value value = 2; |
FieldProto.Field.Builder |
FieldProto.Field.Builder.setValue(ValueProto.Value value)
.feast.types.Value value = 2; |
FieldProto.Field.Builder |
FieldProto.Field.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<FieldProto.Field.Builder> |
FeatureRowProto.FeatureRow.Builder.getFieldsBuilderList()
Fields in the feature row.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureRowProto.FeatureRow.Builder |
FeatureRowProto.FeatureRow.Builder.addFields(FieldProto.Field.Builder builderForValue)
Fields in the feature row.
|
FeatureRowProto.FeatureRow.Builder |
FeatureRowProto.FeatureRow.Builder.addFields(int index,
FieldProto.Field.Builder builderForValue)
Fields in the feature row.
|
FeatureRowProto.FeatureRow.Builder |
FeatureRowProto.FeatureRow.Builder.setFields(int index,
FieldProto.Field.Builder builderForValue)
Fields in the feature row.
|
Copyright © 2020 Gojek. All rights reserved.