Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This project handles node alive checking with ping messages.

net.querydistribute

This project handles the basics of query distribution (see Distributing Queries). A large set of associated projects implement different strategies:

  • allocate.*: The different strategies for query allocation. Other strategies should be implemented similar.
    • direct
    • querycount
    • roundrobin
    • user
  • modify: The modify strategies. 
    • replication
    • TODO: partition 
  • partition: The strategies that handle the way to partition the query plan can be found here:
    • operatorcloud
    • query (cloud)
  • postprocess: Different postprocessing strategies
    • calculations
    • discardreplicates
    • localsink
    • localsource
    • merge
  • proprocess: Preprocessing strategies
    • sources


net.rcp

Any frontend related stuff can be found here (e.g. node view)

net.recovery

TODO

net.resource

Providing information about free hardware resources.

net.sources

The basics for distributed data source management

net.startup

Provides some startup handling

net.update

Handling of node updates. This works only for object based communication. When using docker, this should not be used.

net.util

This package provides some helper classes..