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 Object
AccumuloElementValueLoader. 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 Properties
AccumuloElementConverter. getPropertiesFromColumnQualifier(String group, byte[] columnQualifier)
Returns a set ofProperties
that are stored in the part of the key that is provided.Properties
AccumuloElementConverter. getPropertiesFromColumnVisibility(String group, byte[] columnVisibility)
Returns a set ofProperties
that are stored in the part of the key that is provided.Properties
AccumuloElementConverter. getPropertiesFromTimestamp(String group, long timestamp)
Creates a properties object based on the provided timestamp and group.Properties
AccumuloElementConverter. getPropertiesFromValue(String group, org.apache.accumulo.core.data.Value value)
Converts an AccumuloValue
to aProperties
object.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 ofProperties
that are to be stored in the column qualifier.byte[]
AccumuloElementConverter. buildColumnVisibility(String group, Properties properties)
Creates a byte array representing a set ofProperties
that are to be stored in the column visibility.long
AccumuloElementConverter. buildTimestamp(String group, Properties properties)
Creates a timestamp based on the providedProperties
will return a default value if properties do not have a valid timestamp valueorg.apache.accumulo.core.data.Value
AccumuloElementConverter. getValueFromProperties(String group, Properties properties)
Converts a set ofProperties
to 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 Properties
AbstractCoreKeyAccumuloElementConverter. getPropertiesFromColumnQualifier(String group, byte[] bytes)
Properties
AbstractCoreKeyAccumuloElementConverter. getPropertiesFromColumnVisibility(String group, byte[] columnVisibility)
Properties
AbstractCoreKeyAccumuloElementConverter. getPropertiesFromTimestamp(String group, long timestamp)
Get the properties for a given group defined in the Schema as being stored in the Accumulo timestamp column.Properties
AbstractCoreKeyAccumuloElementConverter. 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)
long
AbstractCoreKeyAccumuloElementConverter. buildTimestamp(String group, Properties properties)
org.apache.accumulo.core.data.Value
AbstractCoreKeyAccumuloElementConverter. 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 Properties
CoreKeyGroupByCombiner.KeyValueIterator. next()
Properties
CoreKeyGroupByAggregatorIterator. reduce(String group, org.apache.accumulo.core.data.Key key, Iterator<Properties> iter, Set<String> groupBy, ElementAggregator viewAggregator)
abstract Properties
CoreKeyGroupByCombiner. reduce(String group, org.apache.accumulo.core.data.Key key, Iterator<Properties> iter, Set<String> groupBy, ElementAggregator viewAggregator)
Reduces an iterator ofProperties
into 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 Properties
CoreKeyGroupByAggregatorIterator. reduce(String group, org.apache.accumulo.core.data.Key key, Iterator<Properties> iter, Set<String> groupBy, ElementAggregator viewAggregator)
abstract Properties
CoreKeyGroupByCombiner. reduce(String group, org.apache.accumulo.core.data.Key key, Iterator<Properties> iter, Set<String> groupBy, ElementAggregator viewAggregator)
Reduces an iterator ofProperties
into 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 Properties
RowIDAggregator.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 class
GroupedProperties
GroupedProperties are justProperties
with the Element group attached.class
LazyProperties
LazyProperties
wrapsProperties
and 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 Properties
Properties. clone()
Properties
Element. getProperties()
Properties
LazyProperties. getProperties()
Methods in uk.gov.gchq.gaffer.data.element with parameters of type Properties Modifier and Type Method Description void
Element. copyProperties(Properties properties)
Object
ElementValueLoader. 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 providedProperties
and using theElementValueLoader
to 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 Properties
ElementAggregator. apply(Properties state, Properties properties)
Properties
PropertiesTransformer. apply(Properties properties)
Properties
PropertiesTuple. getProperties()
Methods in uk.gov.gchq.gaffer.data.element.function with parameters of type Properties Modifier and Type Method Description Properties
ElementAggregator. apply(Properties state, Properties properties)
Properties
PropertiesTransformer. apply(Properties properties)
PropertiesTuple
ToPropertiesTuple. apply(Properties properties)
void
PropertiesTuple. setProperties(Properties properties)
boolean
PropertiesFilter. test(Properties properties)
uk.gov.gchq.koryphe.ValidationResult
PropertiesFilter. 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 void
ViewUtil. removeProperties(ViewElementDefinition elDef, Properties properties)
Remove properties from the supplied element, according to theViewElementDefinition
.
-