Kiji instance class that contains configuration and table information. Multiple instances of Kiji can be installed onto a single C* cluster. This class represents a single one of those instances.
An opened Kiji instance ignores changes made to the system version, as seen by {@code Kiji.getSystemTable().getDataVersion()}. If the system version is modified, the opened Kiji instance should be closed and replaced with a new Kiji instance.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.