GraphPropertyConfigBuilder |
GraphPropertyConfigBuilder.clear() |
Clears all values from the builder
|
GraphPropertyConfigBuilder |
GraphPropertyConfigBuilder.putAll(java.util.Map<GraphPropertyConfig.Field,java.lang.Object> values) |
Puts all values from the given map into this builder.
|
GraphPropertyConfigBuilder |
GraphPropertyConfigBuilder.putAll(GraphPropertyConfig config) |
Puts all values from the given config into this builder
|
GraphPropertyConfigBuilder |
GraphPropertyConfigBuilder.setAggregate(Aggregate aggregate) |
[currently unsupported] which aggregation function to use, aggregation always happens by vertex key
|
GraphPropertyConfigBuilder |
GraphPropertyConfigBuilder.setColumn(java.lang.Object column) |
name or index (starting from 1) of the column holding the property data.
|
GraphPropertyConfigBuilder |
GraphPropertyConfigBuilder.setDefault(java.lang.Object defaultVal) |
default value to be assigned to this property if datasource does not provide it.
|
GraphPropertyConfigBuilder |
GraphPropertyConfigBuilder.setDimension(int dimension) |
dimension of property
|
GraphPropertyConfigBuilder |
GraphPropertyConfigBuilder.setDropAfterLoading(boolean dropAfterLoading) |
[currently unsupported] indicating helper properties only used for aggregation, which are dropped after loading
|
GraphPropertyConfigBuilder |
GraphPropertyConfigBuilder.setField(java.lang.Object field) |
name of the JSON field holding the property data.
|
GraphPropertyConfigBuilder |
GraphPropertyConfigBuilder.setFormat(java.lang.String... format) |
array of formats of property
|
GraphPropertyConfigBuilder |
GraphPropertyConfigBuilder.setGroupKey(java.lang.String groupKey) |
[currently unsupported] can only be used if the property / key is part of the grouping expression
|
GraphPropertyConfigBuilder |
GraphPropertyConfigBuilder.setMaxDistinctStringsPerPool(int maxDistinctStringsPerPool) |
[only relevant if string_pooling_strategy is indexed] amount of distinct strings per property after which to stop pooling.
|
GraphPropertyConfigBuilder |
GraphPropertyConfigBuilder.setName(java.lang.String name) |
name of property
|
GraphPropertyConfigBuilder |
GraphPropertyConfigBuilder.setStores(java.lang.Object... stores) |
A list of storage identifiers that indicate where this property resides.
|
GraphPropertyConfigBuilder |
GraphPropertyConfigBuilder.setStores(java.util.List<?> stores) |
A list of storage identifiers that indicate where this property resides.
|
GraphPropertyConfigBuilder |
GraphPropertyConfigBuilder.setStringPoolingStrategy(StringPoolingStrategy stringPoolingStrategy) |
which string pooling strategy to use.
|
GraphPropertyConfigBuilder |
GraphPropertyConfigBuilder.setType(PropertyType type) |
type of property (Note: date is deprecated, use one of local_date / time / timestamp / time_with_timezone / timestamp_with_timezone instead).
|