Uses of Class
org.apache.accumulo.core.file.rfile.bcfile.Utils.Version

Packages that use Utils.Version
org.apache.accumulo.core.file.rfile.bcfile   
 

Uses of Utils.Version in org.apache.accumulo.core.file.rfile.bcfile
 

Methods in org.apache.accumulo.core.file.rfile.bcfile that return Utils.Version
 Utils.Version BCFile.Reader.getAPIVersion()
          Get version of BCFile API.
 Utils.Version BCFile.Reader.getBCFileVersion()
          Get version of BCFile file being read.
 

Methods in org.apache.accumulo.core.file.rfile.bcfile with parameters of type Utils.Version
 int Utils.Version.compareTo(Utils.Version that)
          Compare this version with another version.
 boolean Utils.Version.compatibleWith(Utils.Version other)
          Test compatibility.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.