Examples of ReferencedTableLayoutMonitor


Examples of org.kiji.schema.layout.impl.TableLayoutMonitor.ReferencedTableLayoutMonitor

   */
  public TableLayoutMonitor getTableLayoutMonitor(String tableName) {
    Preconditions.checkState(mState.get() == State.OPEN, "InstanceMonitor is closed.");
    LOG.debug("Retrieving TableLayoutMonitor for table {} with userID {}.",
        KijiURI.newBuilder(mInstanceURI).withTableName(tableName).build(), mUserID);
    return new ReferencedTableLayoutMonitor(tableName, mTableLayoutMonitors);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
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.