Package | Description |
---|---|
com.yahoo.bullet.result |
Modifier and Type | Field and Description |
---|---|
static List<Meta.Concept> |
Meta.KNOWN_CONCEPTS |
Modifier and Type | Method and Description |
---|---|
static Meta.Concept |
Meta.Concept.from(String concept)
Creates a Concept instance from a String version of it.
|
static Meta.Concept |
Meta.Concept.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Meta.Concept[] |
Meta.Concept.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
Meta.addIfNonNull(Map<String,Object> meta,
Map<String,String> names,
Meta.Concept concept,
Supplier<Object> supplier)
Utility function to add a concept with a configured name to a map representing metadata if both the name and
and a value for the name produced by a given
Supplier are not null. |
static void |
Meta.consumeRegisteredConcept(Meta.Concept concept,
Map<String,String> names,
Consumer<String> action)
Utility function to apply a method for a given
Meta.Concept name if provided in the given Map of names. |
Copyright © 2021. All rights reserved.