Versions Compared

Key

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

...

  • Episode files have not yet been committed to develop etc/
  • Do we expect extension developers to have the Geode source?  Can I be referencing etc/*, or do we need to provide access to those files elsewhere?
  • Do we care that we find elements in linear-time?  If we're requiring that each element is Identifiable<String>, would a Map be better?  I don't have the context for how many elements we expect to be in a single configuration XML.
  • LuceneCommands is not yet updated to the new style, but if all their methods will stay in a single file, I think it's a good reference for an extending developer.
  • Refer to JDBC classes for examples rather than Lucene, since JDBC is already done and Lucene is lower priority.

Overview

This page discusses generation and application of custom configuration elements, as well as their interaction with the ClusterConfigurationService interface.

...