| Package | Description |
|---|---|
| com.google.cloud.hadoop.gcsio | |
| com.google.cloud.hadoop.gcsio.testing |
| Modifier and Type | Field and Description |
|---|---|
static ListObjectOptions |
ListObjectOptions.DEFAULT
List all objects in the directory.
|
static ListObjectOptions |
ListObjectOptions.DEFAULT_FLAT_LIST
List all objects with the prefix.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ListObjectOptions |
ListObjectOptions.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudStorageItemInfo> |
GoogleCloudStorageImpl.listObjectInfo(String bucketName,
String objectNamePrefix,
ListObjectOptions listOptions) |
List<GoogleCloudStorageItemInfo> |
GoogleCloudStorage.listObjectInfo(String bucketName,
String objectNamePrefix,
ListObjectOptions listOptions)
Lists
GoogleCloudStorageItemInfo of objects contained in the given bucket and whose
names begin with the given prefix. |
List<GoogleCloudStorageItemInfo> |
PerformanceCachingGoogleCloudStorage.listObjectInfo(String bucketName,
String objectNamePrefix,
ListObjectOptions listOptions)
This function may return cached copies of
GoogleCloudStorageItemInfo. |
List<GoogleCloudStorageItemInfo> |
ForwardingGoogleCloudStorage.listObjectInfo(String bucketName,
String objectNamePrefix,
ListObjectOptions listOptions) |
GoogleCloudStorage.ListPage<GoogleCloudStorageItemInfo> |
GoogleCloudStorageImpl.listObjectInfoPage(String bucketName,
String objectNamePrefix,
ListObjectOptions listOptions,
String pageToken) |
GoogleCloudStorage.ListPage<GoogleCloudStorageItemInfo> |
GoogleCloudStorage.listObjectInfoPage(String bucketName,
String objectNamePrefix,
ListObjectOptions listOptions,
String pageToken)
The same semantics as
GoogleCloudStorage.listObjectInfo(java.lang.String, java.lang.String), but returns only result of single list request
(1 page). |
GoogleCloudStorage.ListPage<GoogleCloudStorageItemInfo> |
PerformanceCachingGoogleCloudStorage.listObjectInfoPage(String bucketName,
String objectNamePrefix,
ListObjectOptions listOptions,
String pageToken) |
GoogleCloudStorage.ListPage<GoogleCloudStorageItemInfo> |
ForwardingGoogleCloudStorage.listObjectInfoPage(String bucketName,
String objectNamePrefix,
ListObjectOptions listOptions,
String pageToken) |
static String |
GoogleCloudStorageStrings.matchListPrefix(String objectNamePrefix,
String objectName,
ListObjectOptions listOptions)
Helper that mimics the GCS API behavior for taking an existing objectName and checking if it
matches a user-supplied prefix with an optional directory "delimiter".
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudStorageItemInfo> |
InMemoryGoogleCloudStorage.listObjectInfo(String bucketName,
String objectNamePrefix,
ListObjectOptions listOptions) |
GoogleCloudStorage.ListPage<GoogleCloudStorageItemInfo> |
InMemoryGoogleCloudStorage.listObjectInfoPage(String bucketName,
String objectNamePrefix,
ListObjectOptions listOptions,
String pageToken) |
Copyright © 2024. All rights reserved.