- getBlobId() - 类 中的方法org.apache.flink.fs.gs.storage.GSBlobIdentifier
-
Get a Google blob id for this identifier, with generation=null.
- getChecksum() - 接口 中的方法org.apache.flink.fs.gs.storage.GSBlobStorage.BlobMetadata
-
The crc32 checksum for the blob.
- getCommitRecoverableSerializer() - 类 中的方法org.apache.flink.fs.gs.writer.GSRecoverableWriter
-
- getenv(String) - 接口 中的方法org.apache.flink.fs.gs.utils.ConfigUtils.ConfigContext
-
Returns a named environment variable.
- getHadoopConfiguration(Configuration, ConfigUtils.ConfigContext) - 类 中的静态方法org.apache.flink.fs.gs.utils.ConfigUtils
-
Loads the Hadoop configuration, by loading from a Hadoop conf dir (if one exists) and then
overlaying properties derived from the Flink config.
- getMetadata(GSBlobIdentifier) - 接口 中的方法org.apache.flink.fs.gs.storage.GSBlobStorage
-
Gets blob metadata.
- getMetadata(GSBlobIdentifier) - 类 中的方法org.apache.flink.fs.gs.storage.GSBlobStorageImpl
-
- getResumeRecoverableSerializer() - 类 中的方法org.apache.flink.fs.gs.writer.GSRecoverableWriter
-
- getScheme() - 类 中的方法org.apache.flink.fs.gs.GSFileSystemFactory
-
- getStorageCredentials(Configuration, ConfigUtils.ConfigContext) - 类 中的静态方法org.apache.flink.fs.gs.utils.ConfigUtils
-
Creates an (optional) GoogleCredentials instance for the given Hadoop config and environment.
- getTemporaryBlobIdentifier(GSBlobIdentifier, UUID, GSFileSystemOptions) - 类 中的静态方法org.apache.flink.fs.gs.utils.BlobUtils
-
Resolves a temporary blob identifier for a provided temporary object id and the provided
options.
- getTemporaryBucketName(GSBlobIdentifier, GSFileSystemOptions) - 类 中的静态方法org.apache.flink.fs.gs.utils.BlobUtils
-
Returns the temporary bucket name.
- getTemporaryObjectName(GSBlobIdentifier, UUID) - 类 中的静态方法org.apache.flink.fs.gs.utils.BlobUtils
-
Returns a temporary object name, formed by appending the temporary object id to the temporary
object partial name, i.e. .inprogress/foo/bar/abc for the final blob with object name
"foo/bar" and temporary object id "abc".
- getTemporaryObjectPartialName(GSBlobIdentifier) - 类 中的静态方法org.apache.flink.fs.gs.utils.BlobUtils
-
Returns a temporary object partial name, i.e. .inprogress/foo/bar/ for the final blob with
object name "foo/bar".
- getWriterChunkSize() - 类 中的方法org.apache.flink.fs.gs.GSFileSystemOptions
-
The chunk size to use for writes on the underlying Google WriteChannel.
- getWriterTemporaryBucketName() - 类 中的方法org.apache.flink.fs.gs.GSFileSystemOptions
-
The temporary bucket name to use for recoverable writes, if different from the final bucket
name.
- GSBlobIdentifier - org.apache.flink.fs.gs.storage中的类
-
An abstraction for the Google BlobId type.
- GSBlobIdentifier(String, String) - 类 的构造器org.apache.flink.fs.gs.storage.GSBlobIdentifier
-
Construct an abstract blob identifier.
- GSBlobStorage - org.apache.flink.fs.gs.storage中的接口
-
Abstract blob storage, used to simplify interface to Google storage and make it mockable.
- GSBlobStorage.BlobMetadata - org.apache.flink.fs.gs.storage中的接口
-
Abstract blob metadata.
- GSBlobStorage.WriteChannel - org.apache.flink.fs.gs.storage中的接口
-
Abstract blob write channel.
- GSBlobStorageImpl - org.apache.flink.fs.gs.storage中的类
-
BlobStorage implementation for Google storage.
- GSBlobStorageImpl(Storage) - 类 的构造器org.apache.flink.fs.gs.storage.GSBlobStorageImpl
-
Constructs a GSBlobStorage instance.
- GSFileSystemFactory - org.apache.flink.fs.gs中的类
-
Implementation of the Flink FileSystemFactory interface for
Google Storage.
- GSFileSystemFactory() - 类 的构造器org.apache.flink.fs.gs.GSFileSystemFactory
-
Constructs the Google Storage file system factory.
- GSFileSystemOptions - org.apache.flink.fs.gs中的类
-
The GS file system options.
- GSFileSystemOptions(Configuration) - 类 的构造器org.apache.flink.fs.gs.GSFileSystemOptions
-
Constructs an options instance.
- GSRecoverableWriter - org.apache.flink.fs.gs.writer中的类
-
The recoverable writer implementation for Google storage.
- GSRecoverableWriter(GSBlobStorage, GSFileSystemOptions) - 类 的构造器org.apache.flink.fs.gs.writer.GSRecoverableWriter
-
Construct a GS recoverable writer.