Uses of Class
uk.gov.gchq.gaffer.data.element.Properties
-
Packages that use Properties Package Description uk.gov.gchq.gaffer.accumulostore.data.element uk.gov.gchq.gaffer.accumulostore.key uk.gov.gchq.gaffer.accumulostore.key.core uk.gov.gchq.gaffer.accumulostore.key.core.impl uk.gov.gchq.gaffer.accumulostore.key.impl uk.gov.gchq.gaffer.data.element Core Java data types relating to Gaffer graph elements (entities and edges).uk.gov.gchq.gaffer.data.element.function Functional operation objects for Gaffer, based on the Koryphe library.uk.gov.gchq.gaffer.data.elementdefinition.view Classes which define the types of Gaffer elements which can be retrieved by operations. -
-
Uses of Properties in uk.gov.gchq.gaffer.accumulostore.data.element
Methods in uk.gov.gchq.gaffer.accumulostore.data.element with parameters of type Properties Modifier and Type Method Description ObjectAccumuloElementValueLoader. getProperty(String name, Properties lazyProperties) -
Uses of Properties in uk.gov.gchq.gaffer.accumulostore.key
Methods in uk.gov.gchq.gaffer.accumulostore.key that return Properties Modifier and Type Method Description PropertiesAccumuloElementConverter. getPropertiesFromColumnQualifier(String group, byte[] columnQualifier)Returns a set ofPropertiesthat are stored in the part of the key that is provided.PropertiesAccumuloElementConverter. getPropertiesFromColumnVisibility(String group, byte[] columnVisibility)Returns a set ofPropertiesthat are stored in the part of the key that is provided.PropertiesAccumuloElementConverter. getPropertiesFromTimestamp(String group, long timestamp)Creates a properties object based on the provided timestamp and group.PropertiesAccumuloElementConverter. getPropertiesFromValue(String group, org.apache.accumulo.core.data.Value value)Converts an AccumuloValueto aPropertiesobject.Methods in uk.gov.gchq.gaffer.accumulostore.key with parameters of type Properties Modifier and Type Method Description byte[]AccumuloElementConverter. buildColumnQualifier(String group, Properties properties)Creates a byte array representing a set ofPropertiesthat are to be stored in the column qualifier.byte[]AccumuloElementConverter. buildColumnVisibility(String group, Properties properties)Creates a byte array representing a set ofPropertiesthat are to be stored in the column visibility.longAccumuloElementConverter. buildTimestamp(String group, Properties properties)Creates a timestamp based on the providedPropertieswill return a default value if properties do not have a valid timestamp valueorg.apache.accumulo.core.data.ValueAccumuloElementConverter. getValueFromProperties(String group, Properties properties)Converts a set ofPropertiesto an AccumuloValue. -
Uses of Properties in uk.gov.gchq.gaffer.accumulostore.key.core
Methods in uk.gov.gchq.gaffer.accumulostore.key.core that return Properties Modifier and Type Method Description PropertiesAbstractCoreKeyAccumuloElementConverter. getPropertiesFromColumnQualifier(String group, byte[] bytes)PropertiesAbstractCoreKeyAccumuloElementConverter. getPropertiesFromColumnVisibility(String group, byte[] columnVisibility)PropertiesAbstractCoreKeyAccumuloElementConverter. getPropertiesFromTimestamp(String group, long timestamp)Get the properties for a given group defined in the Schema as being stored in the Accumulo timestamp column.PropertiesAbstractCoreKeyAccumuloElementConverter. getPropertiesFromValue(String group, org.apache.accumulo.core.data.Value value)Methods in uk.gov.gchq.gaffer.accumulostore.key.core with parameters of type Properties Modifier and Type Method Description byte[]AbstractCoreKeyAccumuloElementConverter. buildColumnQualifier(String group, Properties properties)byte[]AbstractCoreKeyAccumuloElementConverter. buildColumnVisibility(String group, Properties properties)longAbstractCoreKeyAccumuloElementConverter. buildTimestamp(String group, Properties properties)org.apache.accumulo.core.data.ValueAbstractCoreKeyAccumuloElementConverter. getValueFromProperties(String group, Properties properties) -
Uses of Properties in uk.gov.gchq.gaffer.accumulostore.key.core.impl
Methods in uk.gov.gchq.gaffer.accumulostore.key.core.impl that return Properties Modifier and Type Method Description PropertiesCoreKeyGroupByCombiner.KeyValueIterator. next()PropertiesCoreKeyGroupByAggregatorIterator. reduce(String group, org.apache.accumulo.core.data.Key key, Iterator<Properties> iter, Set<String> groupBy, ElementAggregator viewAggregator)abstract PropertiesCoreKeyGroupByCombiner. reduce(String group, org.apache.accumulo.core.data.Key key, Iterator<Properties> iter, Set<String> groupBy, ElementAggregator viewAggregator)Reduces an iterator ofPropertiesinto a single Properties object.Method parameters in uk.gov.gchq.gaffer.accumulostore.key.core.impl with type arguments of type Properties Modifier and Type Method Description PropertiesCoreKeyGroupByAggregatorIterator. reduce(String group, org.apache.accumulo.core.data.Key key, Iterator<Properties> iter, Set<String> groupBy, ElementAggregator viewAggregator)abstract PropertiesCoreKeyGroupByCombiner. reduce(String group, org.apache.accumulo.core.data.Key key, Iterator<Properties> iter, Set<String> groupBy, ElementAggregator viewAggregator)Reduces an iterator ofPropertiesinto a single Properties object. -
Uses of Properties in uk.gov.gchq.gaffer.accumulostore.key.impl
Methods in uk.gov.gchq.gaffer.accumulostore.key.impl that return Properties Modifier and Type Method Description PropertiesRowIDAggregator.PropertiesIterator. next() -
Uses of Properties in uk.gov.gchq.gaffer.data.element
Subclasses of Properties in uk.gov.gchq.gaffer.data.element Modifier and Type Class Description classGroupedPropertiesGroupedProperties are justPropertieswith the Element group attached.classLazyPropertiesLazyPropertieswrapsPropertiesand lazily loads property values when requested using a providedElementValueLoader.Methods in uk.gov.gchq.gaffer.data.element that return Properties Modifier and Type Method Description PropertiesProperties. clone()PropertiesElement. getProperties()PropertiesLazyProperties. getProperties()Methods in uk.gov.gchq.gaffer.data.element with parameters of type Properties Modifier and Type Method Description voidElement. copyProperties(Properties properties)ObjectElementValueLoader. getProperty(String name, Properties lazyProperties)Constructors in uk.gov.gchq.gaffer.data.element with parameters of type Properties Constructor Description Edge(String group, Object source, Object destination, boolean directed, EdgeId.MatchedVertex matchedVertex, Properties properties)Constructs an instance of Edge.Entity(String group, Object vertex, Properties properties)Constructs an instance of Entity.LazyProperties(Properties properties, ElementValueLoader valueLoader)Constructs a by wrapping the providedPropertiesand using theElementValueLoaderto lazily load the property values when requested. -
Uses of Properties in uk.gov.gchq.gaffer.data.element.function
Methods in uk.gov.gchq.gaffer.data.element.function that return Properties Modifier and Type Method Description PropertiesElementAggregator. apply(Properties state, Properties properties)PropertiesPropertiesTransformer. apply(Properties properties)PropertiesPropertiesTuple. getProperties()Methods in uk.gov.gchq.gaffer.data.element.function with parameters of type Properties Modifier and Type Method Description PropertiesElementAggregator. apply(Properties state, Properties properties)PropertiesPropertiesTransformer. apply(Properties properties)PropertiesTupleToPropertiesTuple. apply(Properties properties)voidPropertiesTuple. setProperties(Properties properties)booleanPropertiesFilter. test(Properties properties)uk.gov.gchq.koryphe.ValidationResultPropertiesFilter. testWithValidationResult(Properties properties)Constructors in uk.gov.gchq.gaffer.data.element.function with parameters of type Properties Constructor Description PropertiesTuple(Properties properties) -
Uses of Properties in uk.gov.gchq.gaffer.data.elementdefinition.view
Methods in uk.gov.gchq.gaffer.data.elementdefinition.view with parameters of type Properties Modifier and Type Method Description static voidViewUtil. removeProperties(ViewElementDefinition elDef, Properties properties)Remove properties from the supplied element, according to theViewElementDefinition.
-