Uses of Class
org.apache.graphar.info.PropertyGroup
-
Packages that use PropertyGroup Package Description org.apache.graphar.info org.apache.graphar.info.yaml -
-
Uses of PropertyGroup in org.apache.graphar.info
Methods in org.apache.graphar.info that return PropertyGroup Modifier and Type Method Description PropertyGroup
EdgeInfo. getPropertyGroup(String property)
Methods in org.apache.graphar.info that return types with arguments of type PropertyGroup Modifier and Type Method Description Optional<PropertyGroup>
PropertyGroup. addPropertyAsNew(Property property)
List<PropertyGroup>
EdgeInfo. getPropertyGroups()
List<PropertyGroup>
VertexInfo. getPropertyGroups()
Methods in org.apache.graphar.info with parameters of type PropertyGroup Modifier and Type Method Description EdgeInfo.EdgeInfoBuilder
EdgeInfo.EdgeInfoBuilder. addPropertyGroup(PropertyGroup propertyGroup)
Optional<EdgeInfo>
EdgeInfo. addPropertyGroupAsNew(PropertyGroup propertyGroup)
Optional<VertexInfo>
VertexInfo. addPropertyGroupAsNew(PropertyGroup propertyGroup)
URI
EdgeInfo. getPropertyGroupChunkPath(PropertyGroup propertyGroup, long chunkIndex)
URI
VertexInfo. getPropertyGroupChunkPath(PropertyGroup propertyGroup, long chunkIndex)
URI
EdgeInfo. getPropertyGroupPrefix(PropertyGroup propertyGroup)
URI
VertexInfo. getPropertyGroupPrefix(PropertyGroup propertyGroup)
boolean
EdgeInfo. hasPropertyGroup(PropertyGroup propertyGroup)
boolean
VertexInfo. hasPropertyGroup(PropertyGroup propertyGroup)
Method parameters in org.apache.graphar.info with type arguments of type PropertyGroup Modifier and Type Method Description EdgeInfo.EdgeInfoBuilder
EdgeInfo.EdgeInfoBuilder. addPropertyGroups(List<PropertyGroup> propertyGroups)
Constructor parameters in org.apache.graphar.info with type arguments of type PropertyGroup Constructor Description VertexInfo(String type, long chunkSize, List<PropertyGroup> propertyGroups, String prefix, String version)
VertexInfo(String type, long chunkSize, List<PropertyGroup> propertyGroups, URI baseUri, String version)
VertexInfo(String type, long chunkSize, List<PropertyGroup> propertyGroups, URI baseUri, VersionInfo version)
-
Uses of PropertyGroup in org.apache.graphar.info.yaml
Methods in org.apache.graphar.info.yaml that return PropertyGroup Modifier and Type Method Description PropertyGroup
PropertyGroupYaml. toPropertyGroup()
Constructors in org.apache.graphar.info.yaml with parameters of type PropertyGroup Constructor Description PropertyGroupYaml(PropertyGroup propertyGroup)
-