ctubbsii opened a new pull request #1702:
URL: https://github.com/apache/accumulo/pull/1702
* Replace confusing overloaded constructors with self-descriptive
static factory methods
* Move metadata serialization into Metadata schema class
* Remove unnecessary WritableComparable interface
* Improve javadocs
* Replace private equals method with Objects.equals
* Remove methods only used in tests
* Use TableId instead of String and fix variable name (tableId
instead of incorrect tablename)
* Shorten accessor method names
* Make KeyExtent closer to immutable (it's not truly immutable,
because Text objects that represent endRow and prevEndRow are
mutable)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]