Uses of Class
com.bigdata.util.NV

Packages that use NV
com.bigdata.config   
com.bigdata.jini.start.config   
com.bigdata.rdf.error   
com.bigdata.util Utility classes. 
com.bigdata.util.httpd   
 

Uses of NV in com.bigdata.config
 

Methods in com.bigdata.config that return NV
static NV Configuration.getProperty2(IIndexManager indexManagerIsIgnored, Properties properties, String namespace, String globalName, String defaultValue)
          Variant returns both the name under which the value was discovered and the value.
 

Uses of NV in com.bigdata.jini.start.config
 

Methods in com.bigdata.jini.start.config that return NV
protected  NV MetadataServerConfiguration.MetadataServiceStarter.getDataDir()
           
protected  NV BigdataServiceConfiguration.BigdataServiceStarter.getDataDir()
          Returns the "dataDir" configuration property for the service -or- null if the service does not use a data directory.
protected  NV TransactionServerConfiguration.TransactionServiceStarter.getDataDir()
           
protected  NV LoadBalancerConfiguration.LoadBalancerServiceStarter.getDataDir()
           
protected  NV DataServerConfiguration.DataServiceStarter.getDataDir()
           
 

Uses of NV in com.bigdata.rdf.error
 

Methods in com.bigdata.rdf.error with parameters of type NV
protected static String W3CQueryLanguageException.toURI(W3CQueryLanguageException.LanguageFamily languageFamily, W3CQueryLanguageException.ErrorCategory errorCategory, int errorCode, NV[] params)
          Return the URI for the given error.
 

Constructors in com.bigdata.rdf.error with parameters of type NV
SparqlDynamicErrorException(int errorCode, NV[] params)
           
SparqlDynamicErrorException(int errorCode, String uri, NV[] params)
           
W3CQueryLanguageException(W3CQueryLanguageException.LanguageFamily languageFamily, W3CQueryLanguageException.ErrorCategory errorCategory, int errorCode, NV[] params)
           
 

Uses of NV in com.bigdata.util
 

Methods in com.bigdata.util that return NV
static NV[] NV.concat(NV[] a, NV[] b)
          Combines the two arrays, appending the contents of the 2nd array to the contents of the first array.
 

Methods in com.bigdata.util with parameters of type NV
 int NV.compareTo(NV o)
          Places into order by name.
static NV[] NV.concat(NV[] a, NV[] b)
          Combines the two arrays, appending the contents of the 2nd array to the contents of the first array.
static NV[] NV.concat(NV[] a, NV[] b)
          Combines the two arrays, appending the contents of the 2nd array to the contents of the first array.
 

Uses of NV in com.bigdata.util.httpd
 

Subclasses of NV in com.bigdata.util.httpd
 class NVPair
          A name-value pair.
 



Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.