ddrt v0.2.1 DDRT View Source

This is the top-level DDRT module. Use this to create a distributed r-tree. If you're only interested in using this package for the r-tree implementation, you should instead use DDRT.DynamicRtree

Please refer to DDRT.DynamicRtree module documentation for complete function specs and examples for general usage of the core API methods.

Link to this section Summary

Functions

See DDRT.DynamicRtree.bulk_update/2 for documentation and usage examples.

See DDRT.DynamicRtree.delete/2 for documentation and usage examples.

See DDRT.DynamicRtree.insert/2 for documentation and usage examples.

See DDRT.DynamicRtree.metadata/1 for documentation and usage examples.

See DDRT.DynamicRtree.new/2 for documentation and usage examples.

See DDRT.DynamicRtree.pquery/3 for documentation and usage examples.

See DDRT.DynamicRtree.query/2 for documentation and usage examples.

See DDRT.DynamicRtree.set_members/2 for documentation and usage examples.

See DDRT.DynamicRtree.start_link/1 for documentation and configuration parameters

See DDRT.DynamicRtree.tree/1 for documentation and usage examples.

See DDRT.DynamicRtree.update/3 for documentation and usage examples.

Link to this section Functions

Link to this function

bulk_update(leaves, name)

View Source

See DDRT.DynamicRtree.bulk_update/2 for documentation and usage examples.

See DDRT.DynamicRtree.delete/2 for documentation and usage examples.

See DDRT.DynamicRtree.insert/2 for documentation and usage examples.

See DDRT.DynamicRtree.metadata/1 for documentation and usage examples.

See DDRT.DynamicRtree.new/2 for documentation and usage examples.

Link to this function

pquery(box, depth, name)

View Source

See DDRT.DynamicRtree.pquery/3 for documentation and usage examples.

See DDRT.DynamicRtree.query/2 for documentation and usage examples.

Link to this function

set_members(name, members)

View Source

See DDRT.DynamicRtree.set_members/2 for documentation and usage examples.

See DDRT.DynamicRtree.start_link/1 for documentation and configuration parameters

See DDRT.DynamicRtree.tree/1 for documentation and usage examples.

See DDRT.DynamicRtree.update/3 for documentation and usage examples.