Uses of Class
com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
-
Packages that use GoogleCloudStorageItemInfo Package Description com.google.cloud.hadoop.gcsio com.google.cloud.hadoop.gcsio.testing -
-
Uses of GoogleCloudStorageItemInfo in com.google.cloud.hadoop.gcsio
Fields in com.google.cloud.hadoop.gcsio declared as GoogleCloudStorageItemInfo Modifier and Type Field Description static GoogleCloudStorageItemInfoGoogleCloudStorageItemInfo. ROOT_INFOMethods in com.google.cloud.hadoop.gcsio that return GoogleCloudStorageItemInfo Modifier and Type Method Description GoogleCloudStorageItemInfoForwardingGoogleCloudStorage. composeObjects(List<StorageResourceId> sources, StorageResourceId destination, CreateObjectOptions options)GoogleCloudStorageItemInfoGoogleCloudStorage. composeObjects(List<StorageResourceId> sources, StorageResourceId destination, CreateObjectOptions options)Composes inputs into a single GCS object.GoogleCloudStorageItemInfoGoogleCloudStorageClientImpl. composeObjects(List<StorageResourceId> sources, StorageResourceId destination, CreateObjectOptions options)SeeGoogleCloudStorage.composeObjects(List, StorageResourceId, CreateObjectOptions)} for details about expected behavior.GoogleCloudStorageItemInfoGoogleCloudStorageImpl. composeObjects(List<StorageResourceId> sources, StorageResourceId destination, CreateObjectOptions options)GoogleCloudStorageItemInfoPerformanceCachingGoogleCloudStorage. composeObjects(List<StorageResourceId> sources, StorageResourceId destination, CreateObjectOptions options)static GoogleCloudStorageItemInfoGoogleCloudStorageItemInfo. createBucket(StorageResourceId resourceId, long creationTime, long modificationTime, String location, String storageClass)Factory method for creating a GoogleCloudStorageItemInfo for a bucket.static GoogleCloudStorageItemInfoGoogleCloudStorageItemInfo. createFolder(StorageResourceId resourceId, com.google.storage.control.v2.Folder folder)Factory method for creating a GoogleCloudStorageItemInfo from a native HNS Folder.static GoogleCloudStorageItemInfoGoogleCloudStorageItemInfo. createInferredDirectory(StorageResourceId resourceId)Factory method for creating a "found" GoogleCloudStorageItemInfo for an inferred directory.static GoogleCloudStorageItemInfoGoogleCloudStorageImpl. createItemInfoForBucket(StorageResourceId resourceId, com.google.api.services.storage.model.Bucket bucket)Helper for converting a StorageResourceId + Bucket into a GoogleCloudStorageItemInfo.static GoogleCloudStorageItemInfoGoogleCloudStorageImpl. createItemInfoForStorageObject(com.google.api.services.storage.model.StorageObject object)static GoogleCloudStorageItemInfoGoogleCloudStorageImpl. createItemInfoForStorageObject(StorageResourceId resourceId, com.google.api.services.storage.model.StorageObject object)Helper for converting a StorageResourceId + StorageObject into a GoogleCloudStorageItemInfo.static GoogleCloudStorageItemInfoGoogleCloudStorageItemInfo. createNotFound(StorageResourceId resourceId)Factory method for creating a "not found" GoogleCloudStorageItemInfo for a bucket or an object.static GoogleCloudStorageItemInfoGoogleCloudStorageItemInfo. createObject(StorageResourceId resourceId, long creationTime, long modificationTime, long size, String contentType, String contentEncoding, Map<String,byte[]> metadata, long contentGeneration, long metaGeneration, VerificationAttributes verificationAttributes)Factory method for creating a GoogleCloudStorageItemInfo for an object.GoogleCloudStorageItemInfoForwardingGoogleCloudStorage. getFolderInfo(StorageResourceId resourceId)GoogleCloudStorageItemInfoGoogleCloudStorage. getFolderInfo(StorageResourceId resourceId)Gets the metadata for a single folder.GoogleCloudStorageItemInfoGoogleCloudStorageImpl. getFolderInfo(StorageResourceId resourceId)SeeGoogleCloudStorage.getFolderInfo(StorageResourceId)for details about expected behavior.protected GoogleCloudStorageItemInfoGoogleCloudStorageReadChannel. getInitialMetadata()ReturnsGoogleCloudStorageItemInfoused to initialize metadata in constructor ornullifGoogleCloudStorageReadOptions.isFastFailOnNotFoundEnabled()is set tofalse.GoogleCloudStorageItemInfoPrefixMappedItemCache. getItem(StorageResourceId id)Gets the cached item associated with the given resource id.GoogleCloudStorageItemInfoForwardingGoogleCloudStorage. getItemInfo(StorageResourceId resourceId)GoogleCloudStorageItemInfoGoogleCloudStorage. getItemInfo(StorageResourceId resourceId)Gets information about an object or a bucket.GoogleCloudStorageItemInfoGoogleCloudStorageClientImpl. getItemInfo(StorageResourceId resourceId)SeeGoogleCloudStorage.getItemInfo(StorageResourceId)for details about expected behavior.GoogleCloudStorageItemInfoGoogleCloudStorageImpl. getItemInfo(StorageResourceId resourceId)SeeGoogleCloudStorage.getItemInfo(StorageResourceId)for details about expected behavior.GoogleCloudStorageItemInfoGoogleCloudStorageItemInfo.Provider. getItemInfo()GoogleCloudStorageItemInfoGoogleCloudStorageWriteChannel. getItemInfo()Returns non-null only if close() has been called and the underlying object has been successfully committed.GoogleCloudStorageItemInfoPerformanceCachingGoogleCloudStorage. getItemInfo(StorageResourceId resourceId)This function may return cached copies of GoogleCloudStorageItemInfo.GoogleCloudStorageItemInfoPrefixMappedItemCache. putItem(GoogleCloudStorageItemInfo item)Inserts an item into the cache.GoogleCloudStorageItemInfoPrefixMappedItemCache. removeItem(StorageResourceId id)Removes the item from the cache.Methods in com.google.cloud.hadoop.gcsio that return types with arguments of type GoogleCloudStorageItemInfo Modifier and Type Method Description List<GoogleCloudStorageItemInfo>ForwardingGoogleCloudStorage. getItemInfos(List<StorageResourceId> resourceIds)List<GoogleCloudStorageItemInfo>GoogleCloudStorage. getItemInfos(List<StorageResourceId> resourceIds)Gets information about multiple objects and/or buckets.List<GoogleCloudStorageItemInfo>GoogleCloudStorageClientImpl. getItemInfos(List<StorageResourceId> resourceIds)SeeGoogleCloudStorage.getItemInfos(List)for details about expected behavior.List<GoogleCloudStorageItemInfo>GoogleCloudStorageImpl. getItemInfos(List<StorageResourceId> resourceIds)SeeGoogleCloudStorage.getItemInfos(List)for details about expected behavior.List<GoogleCloudStorageItemInfo>PerformanceCachingGoogleCloudStorage. getItemInfos(List<StorageResourceId> resourceIds)This function may return cached copies of GoogleCloudStorageItemInfo.List<GoogleCloudStorageItemInfo>ForwardingGoogleCloudStorage. listBucketInfo()List<GoogleCloudStorageItemInfo>GoogleCloudStorage. listBucketInfo()Gets a list of GoogleCloudStorageItemInfo for all buckets of this project.List<GoogleCloudStorageItemInfo>GoogleCloudStorageClientImpl. listBucketInfo()SeeGoogleCloudStorage.listBucketInfo()for details about expected behavior.List<GoogleCloudStorageItemInfo>GoogleCloudStorageImpl. listBucketInfo()SeeGoogleCloudStorage.listBucketInfo()for details about expected behavior.List<GoogleCloudStorageItemInfo>PerformanceCachingGoogleCloudStorage. listBucketInfo()List<GoogleCloudStorageItemInfo>ForwardingGoogleCloudStorage. listObjectInfo(String bucketName, String objectNamePrefix, ListObjectOptions listOptions)default List<GoogleCloudStorageItemInfo>GoogleCloudStorage. listObjectInfo(String bucketName, String objectNamePrefix)ListsGoogleCloudStorageItemInfoof objects contained in the given bucket and whose names begin with the given prefix.List<GoogleCloudStorageItemInfo>GoogleCloudStorage. listObjectInfo(String bucketName, String objectNamePrefix, ListObjectOptions listOptions)ListsGoogleCloudStorageItemInfoof objects contained in the given bucket and whose names begin with the given prefix.List<GoogleCloudStorageItemInfo>GoogleCloudStorageImpl. listObjectInfo(String bucketName, String objectNamePrefix, ListObjectOptions listOptions)List<GoogleCloudStorageItemInfo>PerformanceCachingGoogleCloudStorage. listObjectInfo(String bucketName, String objectNamePrefix, ListObjectOptions listOptions)This function may return cached copies ofGoogleCloudStorageItemInfo.GoogleCloudStorage.ListPage<GoogleCloudStorageItemInfo>ForwardingGoogleCloudStorage. 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 asGoogleCloudStorage.listObjectInfo(java.lang.String, java.lang.String), but returns only result of single list request (1 page).default GoogleCloudStorage.ListPage<GoogleCloudStorageItemInfo>GoogleCloudStorage. listObjectInfoPage(String bucketName, String objectNamePrefix, String pageToken)The same semantics asGoogleCloudStorage.listObjectInfo(java.lang.String, java.lang.String), but returns only result of single list request (1 page).GoogleCloudStorage.ListPage<GoogleCloudStorageItemInfo>GoogleCloudStorageImpl. listObjectInfoPage(String bucketName, String objectNamePrefix, ListObjectOptions listOptions, String pageToken)GoogleCloudStorage.ListPage<GoogleCloudStorageItemInfo>PerformanceCachingGoogleCloudStorage. listObjectInfoPage(String bucketName, String objectNamePrefix, ListObjectOptions listOptions, String pageToken)List<GoogleCloudStorageItemInfo>ForwardingGoogleCloudStorage. listObjectInfoStartingFrom(String bucketName, String startOffset, ListObjectOptions listOptions)default List<GoogleCloudStorageItemInfo>GoogleCloudStorage. listObjectInfoStartingFrom(String bucketName, String startOffset)ListsGoogleCloudStorageItemInfoof objects contained in the given bucket and their name is lexicographically greater than or equal the provided offset.List<GoogleCloudStorageItemInfo>GoogleCloudStorage. listObjectInfoStartingFrom(String bucketName, String startOffset, ListObjectOptions listOptions)ListsGoogleCloudStorageItemInfoof objects contained in the given bucket and their name is lexicographically greater than or equal the provided offset.List<GoogleCloudStorageItemInfo>GoogleCloudStorageImpl. listObjectInfoStartingFrom(String bucketName, String startOffset, ListObjectOptions listOptions)List<GoogleCloudStorageItemInfo>ForwardingGoogleCloudStorage. updateItems(List<UpdatableItemInfo> itemInfoList)List<GoogleCloudStorageItemInfo>GoogleCloudStorage. updateItems(List<UpdatableItemInfo> itemInfoList)Attempt to update metadata of the objects referenced within the passed itemInfo objects.List<GoogleCloudStorageItemInfo>GoogleCloudStorageClientImpl. updateItems(List<UpdatableItemInfo> itemInfoList)List<GoogleCloudStorageItemInfo>GoogleCloudStorageImpl. updateItems(List<UpdatableItemInfo> itemInfoList)List<GoogleCloudStorageItemInfo>PerformanceCachingGoogleCloudStorage. updateItems(List<UpdatableItemInfo> itemInfoList)Methods in com.google.cloud.hadoop.gcsio with parameters of type GoogleCloudStorageItemInfo Modifier and Type Method Description static FileInfoFileInfo. fromItemInfo(GoogleCloudStorageItemInfo itemInfo)Handy factory method for constructing a FileInfo from a GoogleCloudStorageItemInfo while potentially returning a singleton instead of really constructing an object for cases like ROOT.SeekableByteChannelForwardingGoogleCloudStorage. open(GoogleCloudStorageItemInfo itemInfo, GoogleCloudStorageReadOptions readOptions)default SeekableByteChannelGoogleCloudStorage. open(GoogleCloudStorageItemInfo itemInfo)Opens an object for reading using GoogleCloudStorageItemInfo.SeekableByteChannelGoogleCloudStorage. open(GoogleCloudStorageItemInfo itemInfo, GoogleCloudStorageReadOptions readOptions)Opens an object for reading using GoogleCloudStorageItemInfo.SeekableByteChannelGoogleCloudStorageClientImpl. open(GoogleCloudStorageItemInfo itemInfo, GoogleCloudStorageReadOptions readOptions)SeekableByteChannelGoogleCloudStorageImpl. open(GoogleCloudStorageItemInfo itemInfo, GoogleCloudStorageReadOptions readOptions)SeeGoogleCloudStorage.open(GoogleCloudStorageItemInfo)for details about expected behavior.GoogleCloudStorageItemInfoPrefixMappedItemCache. putItem(GoogleCloudStorageItemInfo item)Inserts an item into the cache.Method parameters in com.google.cloud.hadoop.gcsio with type arguments of type GoogleCloudStorageItemInfo Modifier and Type Method Description static List<FileInfo>FileInfo. fromItemInfos(List<GoogleCloudStorageItemInfo> itemInfos)Handy factory method for constructing a list of FileInfo from a list of GoogleCloudStorageItemInfo. -
Uses of GoogleCloudStorageItemInfo in com.google.cloud.hadoop.gcsio.testing
Methods in com.google.cloud.hadoop.gcsio.testing that return GoogleCloudStorageItemInfo Modifier and Type Method Description GoogleCloudStorageItemInfoGcsItemInfoTestBuilder.Builder. build()GoogleCloudStorageItemInfoInMemoryGoogleCloudStorage. composeObjects(List<StorageResourceId> sources, StorageResourceId destination, CreateObjectOptions options)GoogleCloudStorageItemInfoInMemoryGoogleCloudStorage. getFolderInfo(StorageResourceId resourceId)GoogleCloudStorageItemInfoInMemoryBucketEntry. getInfo()Gets theGoogleCloudStorageItemInfoassociated with this BucketEntry; the 'size' of a bucket is always 0.GoogleCloudStorageItemInfoInMemoryObjectEntry. getInfo()Gets theGoogleCloudStorageItemInfoassociated with this InMemoryObjectEntry, whose 'size' is only updated when the initial writer has finished closing the channel.protected GoogleCloudStorageItemInfoInMemoryObjectReadChannel. getInitialMetadata()GoogleCloudStorageItemInfoInMemoryGoogleCloudStorage. getItemInfo(StorageResourceId resourceId)Methods in com.google.cloud.hadoop.gcsio.testing that return types with arguments of type GoogleCloudStorageItemInfo Modifier and Type Method Description List<GoogleCloudStorageItemInfo>InMemoryGoogleCloudStorage. getItemInfos(List<StorageResourceId> resourceIds)List<GoogleCloudStorageItemInfo>InMemoryGoogleCloudStorage. listBucketInfo()List<GoogleCloudStorageItemInfo>InMemoryGoogleCloudStorage. listObjectInfo(String bucketName, String objectNamePrefix, ListObjectOptions listOptions)GoogleCloudStorage.ListPage<GoogleCloudStorageItemInfo>InMemoryGoogleCloudStorage. listObjectInfoPage(String bucketName, String objectNamePrefix, ListObjectOptions listOptions, String pageToken)List<GoogleCloudStorageItemInfo>InMemoryGoogleCloudStorage. listObjectInfoStartingFrom(String bucketName, String startOffset, ListObjectOptions listOptions)List<GoogleCloudStorageItemInfo>InMemoryGoogleCloudStorage. updateItems(List<UpdatableItemInfo> itemInfoList)Methods in com.google.cloud.hadoop.gcsio.testing with parameters of type GoogleCloudStorageItemInfo Modifier and Type Method Description SeekableByteChannelInMemoryGoogleCloudStorage. open(GoogleCloudStorageItemInfo itemInfo, GoogleCloudStorageReadOptions readOptions)Constructors in com.google.cloud.hadoop.gcsio.testing with parameters of type GoogleCloudStorageItemInfo Constructor Description InMemoryObjectEntry(GoogleCloudStorageItemInfo itemInfo)Constructor for creating an InMemoryObjectEntry from a pre-existing, read-only GoogleCloudStorageItemInfo.
-