Package co.cask.tigon.internal.io

Examples of co.cask.tigon.internal.io.SchemaHash


   *
   * @param buffer {@link java.nio.ByteBuffer} for reading in schema hash
   * @return A {@link Schema} or {@code null} if the schema is not found.
   */
  public Schema get(ByteBuffer buffer) {
    return get(new SchemaHash(buffer));
  }
View Full Code Here

TOP

Related Classes of co.cask.tigon.internal.io.SchemaHash

Copyright © 2018 www.massapicom. 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.