| Package | Description |
|---|---|
| com.google.cloud.hadoop.gcsio |
| Modifier and Type | Class and Description |
|---|---|
class |
GoogleCloudStorageReadChannel
Provides seekable read access to GCS.
|
| Modifier and Type | Method and Description |
|---|---|
SeekableReadableByteChannel |
GoogleCloudStorageImpl.open(StorageResourceId resourceId)
See
GoogleCloudStorage.open(StorageResourceId) for details about expected behavior. |
SeekableReadableByteChannel |
CacheSupplementedGoogleCloudStorage.open(StorageResourceId resourceId)
Pure pass-through.
|
SeekableReadableByteChannel |
MetadataReadOnlyGoogleCloudStorage.open(StorageResourceId resourceId) |
SeekableReadableByteChannel |
ThrottledGoogleCloudStorage.open(StorageResourceId resourceId) |
SeekableReadableByteChannel |
GoogleCloudStorage.open(StorageResourceId resourceId)
Opens an object for reading.
|
SeekableReadableByteChannel |
GoogleCloudStorageFileSystem.open(URI path)
Opens an object for reading.
|
SeekableReadableByteChannel |
SeekableReadableByteChannel.position(long newPosition)
Sets this channel's position.
|
SeekableReadableByteChannel |
GoogleCloudStorageReadChannel.position(long newPosition)
Sets this channel's position.
|
Copyright © 2015. All rights reserved.