Uses of Class
gov.nasa.pds.registry.common.util.Tuple
Packages that use Tuple
Package
Description
-
Uses of Tuple in gov.nasa.pds.registry.common
Methods in gov.nasa.pds.registry.common that return types with arguments of type TupleMethod parameters in gov.nasa.pds.registry.common with type arguments of type TupleModifier and TypeMethodDescriptionRequest.Mapping.buildUpdateFieldSchema(Collection<Tuple> pairs) -
Uses of Tuple in gov.nasa.pds.registry.common.es.dao.dd
Methods in gov.nasa.pds.registry.common.es.dao.dd that return types with arguments of type TupleModifier and TypeMethodDescriptionDataDictionaryDao.getDataTypes(Collection<String> ids) Query Elasticsearch data dictionary to get data types for a list of field ids. -
Uses of Tuple in gov.nasa.pds.registry.common.es.dao.schema
Method parameters in gov.nasa.pds.registry.common.es.dao.schema with type arguments of type TupleModifier and TypeMethodDescriptionvoidSchemaDao.updateSchema(List<Tuple> fields) Add new fields to Elasticsearch schema.