| Package | Description |
|---|---|
| feast.storage | |
| feast.types |
| Modifier and Type | Method and Description |
|---|---|
FieldProto.Field |
RedisProto.RedisKeyOrBuilder.getEntities(int index)
List of fields containing entity names and their respective values
contained within this feature row.
|
FieldProto.Field |
RedisProto.RedisKey.getEntities(int index)
List of fields containing entity names and their respective values
contained within this feature row.
|
FieldProto.Field |
RedisProto.RedisKey.Builder.getEntities(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> |
RedisProto.RedisKeyOrBuilder.getEntitiesList()
List of fields containing entity names and their respective values
contained within this feature row.
|
List<FieldProto.Field> |
RedisProto.RedisKey.getEntitiesList()
List of fields containing entity names and their respective values
contained within this feature row.
|
List<FieldProto.Field> |
RedisProto.RedisKey.Builder.getEntitiesList()
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 value)
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 value)
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 value)
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.addAllEntities(Iterable<? extends FieldProto.Field> values)
List of fields containing entity names and their respective values
contained within this feature row.
|
| Modifier and Type | Method and Description |
|---|---|
FieldProto.Field |
FieldProto.Field.Builder.build() |
FieldProto.Field |
FieldProto.Field.Builder.buildPartial() |
static FieldProto.Field |
FieldProto.Field.getDefaultInstance() |
FieldProto.Field |
FieldProto.Field.getDefaultInstanceForType() |
FieldProto.Field |
FieldProto.Field.Builder.getDefaultInstanceForType() |
FieldProto.Field |
FeatureRowProto.FeatureRowOrBuilder.getFields(int index)
Fields in the feature row.
|
FieldProto.Field |
FeatureRowProto.FeatureRow.getFields(int index)
Fields in the feature row.
|
FieldProto.Field |
FeatureRowProto.FeatureRow.Builder.getFields(int index)
Fields in the feature row.
|
static FieldProto.Field |
FieldProto.Field.parseDelimitedFrom(InputStream input) |
static FieldProto.Field |
FieldProto.Field.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldProto.Field |
FieldProto.Field.parseFrom(byte[] data) |
static FieldProto.Field |
FieldProto.Field.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldProto.Field |
FieldProto.Field.parseFrom(ByteBuffer data) |
static FieldProto.Field |
FieldProto.Field.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldProto.Field |
FieldProto.Field.parseFrom(com.google.protobuf.ByteString data) |
static FieldProto.Field |
FieldProto.Field.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldProto.Field |
FieldProto.Field.parseFrom(com.google.protobuf.CodedInputStream input) |
static FieldProto.Field |
FieldProto.Field.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldProto.Field |
FieldProto.Field.parseFrom(InputStream input) |
static FieldProto.Field |
FieldProto.Field.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<FieldProto.Field> |
FeatureRowProto.FeatureRowOrBuilder.getFieldsList()
Fields in the feature row.
|
List<FieldProto.Field> |
FeatureRowProto.FeatureRow.getFieldsList()
Fields in the feature row.
|
List<FieldProto.Field> |
FeatureRowProto.FeatureRow.Builder.getFieldsList()
Fields in the feature row.
|
com.google.protobuf.Parser<FieldProto.Field> |
FieldProto.Field.getParserForType() |
static com.google.protobuf.Parser<FieldProto.Field> |
FieldProto.Field.parser() |
| Modifier and Type | Method and Description |
|---|---|
FeatureRowProto.FeatureRow.Builder |
FeatureRowProto.FeatureRow.Builder.addFields(FieldProto.Field value)
Fields in the feature row.
|
FeatureRowProto.FeatureRow.Builder |
FeatureRowProto.FeatureRow.Builder.addFields(int index,
FieldProto.Field value)
Fields in the feature row.
|
FieldProto.Field.Builder |
FieldProto.Field.Builder.mergeFrom(FieldProto.Field other) |
static FieldProto.Field.Builder |
FieldProto.Field.newBuilder(FieldProto.Field prototype) |
FeatureRowProto.FeatureRow.Builder |
FeatureRowProto.FeatureRow.Builder.setFields(int index,
FieldProto.Field value)
Fields in the feature row.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureRowProto.FeatureRow.Builder |
FeatureRowProto.FeatureRow.Builder.addAllFields(Iterable<? extends FieldProto.Field> values)
Fields in the feature row.
|
Copyright © 2020 Gojek. All rights reserved.