Uses of Class
uk.gov.gchq.gaffer.data.generator.MapGenerator.Builder
-
Packages that use MapGenerator.Builder Package Description uk.gov.gchq.gaffer.data.generator Generator classes for transforming between Gaffer elements and domain objects. -
-
Uses of MapGenerator.Builder in uk.gov.gchq.gaffer.data.generator
Methods in uk.gov.gchq.gaffer.data.generator that return MapGenerator.Builder Modifier and Type Method Description MapGenerator.BuilderMapGenerator.Builder. constant(String key, String value)Stores any constants specific to a givenElement.MapGenerator.BuilderMapGenerator.Builder. destination(String mapKey)Stores the Destination Vertex of anEdgeMapGenerator.BuilderMapGenerator.Builder. direction(String mapKey)Stores the Direction flag, indicating whether or not theEdgeis directed.MapGenerator.BuilderMapGenerator.Builder. group(String mapKey)Stores the group of anElement.MapGenerator.BuilderMapGenerator.Builder. identifier(IdentifierType identifierType, String mapKey)Allows anIdentifierTypeof anElementto be stored, such as anEdge'sIdentifierType.MATCHED_VERTEX.MapGenerator.BuilderMapGenerator.Builder. property(String propertyName, String mapKey)Stores any additional properties of anElement.
For example: property("count", "3").
This would add the "count" property with a value of "3".MapGenerator.BuilderMapGenerator.Builder. source(String mapKey)Stores the Source Vertex of anEdge.MapGenerator.BuilderMapGenerator.Builder. vertex(String mapKey)Stores the Vertex of anEntity.
-