org.apache.accumulo.core.conf
public abstract class AccumuloConfiguration extends Object implements Iterable<Map.Entry<String,String>>
Modifier and Type | Class and Description |
---|---|
static class |
AccumuloConfiguration.AllFilter |
static class |
AccumuloConfiguration.PrefixFilter |
static interface |
AccumuloConfiguration.PropertyFilter |
Constructor and Description |
---|
AccumuloConfiguration() |
public abstract void getProperties(Map<String,String> props, AccumuloConfiguration.PropertyFilter filter)
public Map<String,String> getAllPropertiesWithPrefix(Property property)
property
- the prefix property, and must be of type PropertyType.PREFIXpublic long getMemoryInBytes(Property property)
public static long getMemoryInBytes(String str)
public long getTimeInMillis(Property property)
public static long getTimeInMillis(String str)
public boolean getBoolean(Property property)
public double getFraction(Property property)
public double getFraction(String str)
public int getPort(Property property)
public int getCount(Property property)
public static DefaultConfiguration getDefaultConfiguration()
public static AccumuloConfiguration getTableConfiguration(Connector conn, String tableId) throws TableNotFoundException, AccumuloException
public int getMaxFilesPerTablet()
public void invalidateCache()
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.