Uses of Class
com.google.cloud.hadoop.gcsio.UpdatableItemInfo
-
Packages that use UpdatableItemInfo Package Description com.google.cloud.hadoop.gcsio com.google.cloud.hadoop.gcsio.testing -
-
Uses of UpdatableItemInfo in com.google.cloud.hadoop.gcsio
Method parameters in com.google.cloud.hadoop.gcsio with type arguments of type UpdatableItemInfo Modifier and Type Method Description 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) -
Uses of UpdatableItemInfo in com.google.cloud.hadoop.gcsio.testing
Method parameters in com.google.cloud.hadoop.gcsio.testing with type arguments of type UpdatableItemInfo Modifier and Type Method Description List<GoogleCloudStorageItemInfo>InMemoryGoogleCloudStorage. updateItems(List<UpdatableItemInfo> itemInfoList)
-