跳过导航链接
A B C D E G H I M N O P R S T U W 

A

addDefaultResource(String) - 类 中的静态方法org.apache.hadoop.conf.Configuration
Add a default resource.
addDeprecation(String, String[], String) - 类 中的静态方法org.apache.hadoop.conf.Configuration
addDeprecation(String, String, String) - 类 中的静态方法org.apache.hadoop.conf.Configuration
Adds the deprecated key to the global deprecation map.
addDeprecation(String, String[]) - 类 中的静态方法org.apache.hadoop.conf.Configuration
addDeprecation(String, String) - 类 中的静态方法org.apache.hadoop.conf.Configuration
Adds the deprecated key to the global deprecation map when no custom message is provided.
addDeprecations(Configuration.DeprecationDelta[]) - 类 中的静态方法org.apache.hadoop.conf.Configuration
Adds a set of deprecated keys to the global deprecations.
addResource(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Add a configuration resource.
addResource(URL) - 类 中的方法org.apache.hadoop.conf.Configuration
Add a configuration resource.
addResource(Path) - 类 中的方法org.apache.hadoop.conf.Configuration
Add a configuration resource.
addResource(InputStream) - 类 中的方法org.apache.hadoop.conf.Configuration
Add a configuration resource.
addResource(InputStream, String) - 类 中的方法org.apache.hadoop.conf.Configuration
Add a configuration resource.
addResource(Configuration) - 类 中的方法org.apache.hadoop.conf.Configuration
Add a configuration resource.

B

buildSupportsOpenssl() - 类 中的静态方法org.apache.hadoop.util.NativeCodeLoader
Returns true only if this build was compiled with support for openssl.
buildSupportsSnappy() - 类 中的静态方法org.apache.hadoop.util.NativeCodeLoader
Returns true only if this build was compiled with support for snappy.

C

ClassLayout - org.openjdk.jol.info中的类
Mock class avoid a dependency on OpenJDK JOL, which is incompatible with the Apache License.
ClassLayout() - 类 的构造器org.openjdk.jol.info.ClassLayout
 
clear() - 类 中的方法org.apache.hadoop.conf.Configuration
Clears all keys from the configuration.
Configuration - org.apache.hadoop.conf中的类
Provides access to configuration parameters.
Configuration() - 类 的构造器org.apache.hadoop.conf.Configuration
A new configuration.
Configuration(boolean) - 类 的构造器org.apache.hadoop.conf.Configuration
A new configuration where the behavior of reading from the default resources can be turned off.
Configuration(Configuration) - 类 的构造器org.apache.hadoop.conf.Configuration
A new configuration with the same settings cloned from another.
Configuration.DeprecationDelta - org.apache.hadoop.conf中的类
A pending addition to the global set of deprecated keys.
Configuration.IntegerRanges - org.apache.hadoop.conf中的类
A class that represents a set of positive integer ranges.
configure(Configuration) - 类 中的方法org.apache.flink.fs.s3presto.S3FileSystemFactory
 
create(URI) - 类 中的方法org.apache.flink.fs.s3presto.S3FileSystemFactory
 

D

DeprecationDelta(String, String, String) - 类 的构造器org.apache.hadoop.conf.Configuration.DeprecationDelta
 
DeprecationDelta(String, String) - 类 的构造器org.apache.hadoop.conf.Configuration.DeprecationDelta
 
dumpConfiguration(Configuration, Writer) - 类 中的静态方法org.apache.hadoop.conf.Configuration
Writes out all the parameters and their properties (final and resource) to the given Writer The format of the output would be { "properties" : [ {key1,value1,key1.isFinal,key1.resource}, {key2,value2, key2.isFinal,key2.resource}... ] } It does not output the parameters of the configuration object which is loaded from an input stream.
dumpDeprecatedKeys() - 类 中的静态方法org.apache.hadoop.conf.Configuration
 

E

ENTROPY_INJECT_KEY_OPTION - 类 中的静态变量org.apache.flink.fs.s3presto.S3FileSystemFactory
The substring to be replaced by random entropy in checkpoint paths.
ENTROPY_INJECT_LENGTH_OPTION - 类 中的静态变量org.apache.flink.fs.s3presto.S3FileSystemFactory
The number of entropy characters, in case entropy injection is configured.

G

generateEntropy() - 类 中的方法org.apache.flink.fs.s3presto.S3PrestoFileSystem
 
get(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property, null if no such property exists.
get(String, String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name.
getBoolean(String, boolean) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as a boolean.
getClass(String, Class<?>) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as a Class.
getClass(String, Class<? extends U>, Class<U>) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as a Class implementing the interface specified by xface.
getClassByName(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Load a class by name.
getClassByNameOrNull(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Load a class by name, returning null rather than throwing an exception if it couldn't be loaded.
getClasses(String, Class<?>...) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as an array of Class.
getClassLoader() - 类 中的方法org.apache.hadoop.conf.Configuration
Get the ClassLoader for this job.
getConfResourceAsInputStream(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get an input stream attached to the configuration resource with the given name.
getConfResourceAsReader(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get a Reader attached to the configuration resource with the given name.
getCustomMessage() - 类 中的方法org.apache.hadoop.conf.Configuration.DeprecationDelta
 
getDouble(String, double) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as a double.
getEntropyInjectionKey() - 类 中的方法org.apache.flink.fs.s3presto.S3PrestoFileSystem
 
getEnum(String, T) - 类 中的方法org.apache.hadoop.conf.Configuration
Return value matching this enumerated type.
getFile(String, String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get a local file name under a directory named in dirsProp with the given path.
getFinalParameters() - 类 中的方法org.apache.hadoop.conf.Configuration
Get the set of parameters marked final.
getFloat(String, float) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as a float.
getInstances(String, Class<U>) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as a List of objects implementing the interface specified by xface.
getInt(String, int) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as an int.
getInts(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as a set of comma-delimited int values.
getKey() - 类 中的方法org.apache.hadoop.conf.Configuration.DeprecationDelta
 
getKind() - 类 中的方法org.apache.flink.fs.s3presto.S3PrestoFileSystem
 
getLibraryName() - 类 中的静态方法org.apache.hadoop.util.NativeCodeLoader
 
getLoadNativeLibraries(Configuration) - 类 中的方法org.apache.hadoop.util.NativeCodeLoader
Return if native hadoop libraries, if present, can be used for this job.
getLocalPath(String, String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get a local file under a directory named by dirsProp with the given path.
getLong(String, long) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as a long.
getLongBytes(String, long) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as a long or human readable format.
getNewKeys() - 类 中的方法org.apache.hadoop.conf.Configuration.DeprecationDelta
 
getPassword(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value for a known password configuration element.
getPasswordFromConfig(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Fallback to clear text passwords in configuration.
getPasswordFromCredentialProviders(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Try and resolve the provided element name as a credential provider alias.
getPattern(String, Pattern) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as a Pattern.
getPropertySources(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Gets information about why a property was set.
getProps() - 类 中的方法org.apache.hadoop.conf.Configuration
 
getRange(String, String) - 类 中的方法org.apache.hadoop.conf.Configuration
Parse the given attribute as a set of integer ranges
getRaw(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property, without doing variable expansion.If the key is deprecated, it returns the value of the first key which replaces the deprecated key and is not null.
getResource(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the URL for the named resource.
getScheme() - 类 中的方法org.apache.flink.fs.s3presto.S3FileSystemFactory
 
getSocketAddr(String, String, String, int) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the socket address for hostProperty as a InetSocketAddress.
getSocketAddr(String, String, int) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the socket address for name property as a InetSocketAddress.
getStringCollection(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the comma delimited values of the name property as a collection of Strings.
getStrings(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the comma delimited values of the name property as an array of Strings.
getStrings(String, String...) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the comma delimited values of the name property as an array of Strings.
getTimeDuration(String, long, TimeUnit) - 类 中的方法org.apache.hadoop.conf.Configuration
Return time duration in the given time unit.
getTrimmed(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as a trimmed String, null if no such property exists.
getTrimmed(String, String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as a trimmed String, defaultValue if no such property exists.
getTrimmedStringCollection(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the comma delimited values of the name property as a collection of Strings, trimmed of the leading and trailing whitespace.
getTrimmedStrings(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the comma delimited values of the name property as an array of Strings, trimmed of the leading and trailing whitespace.
getTrimmedStrings(String, String...) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the comma delimited values of the name property as an array of Strings, trimmed of the leading and trailing whitespace.
getValByRegex(String) - 类 中的方法org.apache.hadoop.conf.Configuration
get keys matching the the regex

H

hasWarnedDeprecation(String) - 类 中的静态方法org.apache.hadoop.conf.Configuration
Returns whether or not a deprecated name has been warned.

I

instanceSize() - 类 中的方法org.openjdk.jol.info.ClassLayout
 
IntegerRanges() - 类 的构造器org.apache.hadoop.conf.Configuration.IntegerRanges
 
IntegerRanges(String) - 类 的构造器org.apache.hadoop.conf.Configuration.IntegerRanges
 
isDeprecated(String) - 类 中的静态方法org.apache.hadoop.conf.Configuration
checks whether the given key is deprecated.
isEmpty() - 类 中的方法org.apache.hadoop.conf.Configuration.IntegerRanges
 
isIncluded(int) - 类 中的方法org.apache.hadoop.conf.Configuration.IntegerRanges
Is the given value in the set of ranges
isNativeCodeLoaded() - 类 中的静态方法org.apache.hadoop.util.NativeCodeLoader
Check if native-hadoop code is loaded for this platform.
iterator() - 类 中的方法org.apache.hadoop.conf.Configuration.IntegerRanges
 
iterator() - 类 中的方法org.apache.hadoop.conf.Configuration
Get an Iterator to go through the list of String key-value pairs in the configuration.

M

main(String[]) - 类 中的静态方法org.apache.hadoop.conf.Configuration
For debugging.

N

NativeCodeLoader - org.apache.hadoop.util中的类
A helper to load the native hadoop code i.e. libhadoop.so.
NativeCodeLoader() - 类 的构造器org.apache.hadoop.util.NativeCodeLoader
 

O

onlyKeyExists(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Return existence of the name property, but only for names which have no valid value, usually non-existent or commented out in XML.
org.apache.flink.fs.s3presto - 程序包 org.apache.flink.fs.s3presto
 
org.apache.hadoop.conf - 程序包 org.apache.hadoop.conf
 
org.apache.hadoop.util - 程序包 org.apache.hadoop.util
 
org.openjdk.jol.info - 程序包 org.openjdk.jol.info
This package contains mock classes to avoid a dependency on OpenJDK JOL, which is incompatible with the Apache License.

P

parseClass(Class<?>) - 类 中的静态方法org.openjdk.jol.info.ClassLayout
 

R

readFields(DataInput) - 类 中的方法org.apache.hadoop.conf.Configuration
 
reloadConfiguration() - 类 中的方法org.apache.hadoop.conf.Configuration
Reload configuration from previously added resources.

S

S3FileSystemFactory - org.apache.flink.fs.s3presto中的类
Simple factory for the S3 file system.
S3FileSystemFactory() - 类 的构造器org.apache.flink.fs.s3presto.S3FileSystemFactory
 
S3PrestoFileSystem - org.apache.flink.fs.s3presto中的类
Implementation of the Flink FileSystem interface for S3.
S3PrestoFileSystem(PrestoS3FileSystem) - 类 的构造器org.apache.flink.fs.s3presto.S3PrestoFileSystem
Creates a S3PrestoFileSystem based on the given Presto S3 file system.
S3PrestoFileSystem(PrestoS3FileSystem, String, int) - 类 的构造器org.apache.flink.fs.s3presto.S3PrestoFileSystem
Creates a FlinkS3FileSystem based on the given Hadoop S3 file system.
set(String, String) - 类 中的方法org.apache.hadoop.conf.Configuration
Set the value of the name property.
set(String, String, String) - 类 中的方法org.apache.hadoop.conf.Configuration
Set the value of the name property.
setAllowNullValueProperties(boolean) - 类 中的方法org.apache.hadoop.conf.Configuration
Set Configuration to allow keys without values during setup.
setBoolean(String, boolean) - 类 中的方法org.apache.hadoop.conf.Configuration
Set the value of the name property to a boolean.
setBooleanIfUnset(String, boolean) - 类 中的方法org.apache.hadoop.conf.Configuration
Set the given property, if it is currently unset.
setClass(String, Class<?>, Class<?>) - 类 中的方法org.apache.hadoop.conf.Configuration
Set the value of the name property to the name of a theClass implementing the given interface xface.
setClassLoader(ClassLoader) - 类 中的方法org.apache.hadoop.conf.Configuration
Set the class loader that will be used to load the various objects.
setDeprecatedProperties() - 类 中的方法org.apache.hadoop.conf.Configuration
Sets all deprecated properties that are not currently set but have a corresponding new property that is set.
setDouble(String, double) - 类 中的方法org.apache.hadoop.conf.Configuration
Set the value of the name property to a double.
setEnum(String, T) - 类 中的方法org.apache.hadoop.conf.Configuration
Set the value of the name property to the given type.
setFloat(String, float) - 类 中的方法org.apache.hadoop.conf.Configuration
Set the value of the name property to a float.
setIfUnset(String, String) - 类 中的方法org.apache.hadoop.conf.Configuration
Sets a property if it is currently unset.
setInt(String, int) - 类 中的方法org.apache.hadoop.conf.Configuration
Set the value of the name property to an int.
setLoadNativeLibraries(Configuration, boolean) - 类 中的方法org.apache.hadoop.util.NativeCodeLoader
Set if native hadoop libraries, if present, can be used for this job.
setLong(String, long) - 类 中的方法org.apache.hadoop.conf.Configuration
Set the value of the name property to a long.
setPattern(String, Pattern) - 类 中的方法org.apache.hadoop.conf.Configuration
Set the given property to Pattern.
setQuietMode(boolean) - 类 中的方法org.apache.hadoop.conf.Configuration
Set the quietness-mode.
setSocketAddr(String, InetSocketAddress) - 类 中的方法org.apache.hadoop.conf.Configuration
Set the socket address for the name property as a host:port.
setStrings(String, String...) - 类 中的方法org.apache.hadoop.conf.Configuration
Set the array of string values for the name property as as comma delimited values.
setTimeDuration(String, long, TimeUnit) - 类 中的方法org.apache.hadoop.conf.Configuration
Set the value of name to the given time duration.
size() - 类 中的方法org.apache.hadoop.conf.Configuration
Return the number of keys in the configuration.

T

toString() - 类 中的方法org.apache.hadoop.conf.Configuration.IntegerRanges
 
toString() - 类 中的方法org.apache.hadoop.conf.Configuration
 

U

unset(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Unset a previously set property.
updateConnectAddr(String, String, String, InetSocketAddress) - 类 中的方法org.apache.hadoop.conf.Configuration
Set the socket address a client can use to connect for the name property as a host:port.
updateConnectAddr(String, InetSocketAddress) - 类 中的方法org.apache.hadoop.conf.Configuration
Set the socket address a client can use to connect for the name property as a host:port.

W

write(DataOutput) - 类 中的方法org.apache.hadoop.conf.Configuration
 
writeXml(OutputStream) - 类 中的方法org.apache.hadoop.conf.Configuration
Write out the non-default properties in this configuration to the given OutputStream using UTF-8 encoding.
writeXml(Writer) - 类 中的方法org.apache.hadoop.conf.Configuration
Write out the non-default properties in this configuration to the given Writer.
A B C D E G H I M N O P R S T U W 
跳过导航链接

Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.