- 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
-
- 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
- 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.