Package com.google.cloud.hadoop.fs.gcs
Class GoogleCloudStorageEventSubscriber
- java.lang.Object
-
- com.google.cloud.hadoop.fs.gcs.GoogleCloudStorageEventSubscriber
-
public class GoogleCloudStorageEventSubscriber extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GoogleCloudStorageEventSubscribergetInstance(GhfsGlobalStorageStatistics storageStatistics)protected static voidreset()protected voidupdateGcsIOSpecificStatistics(int statusCode)Updating the required gcs specific statistics based on httpresponse.
-
-
-
Method Detail
-
getInstance
public static GoogleCloudStorageEventSubscriber getInstance(@Nonnull GhfsGlobalStorageStatistics storageStatistics)
-
reset
protected static void reset()
-
updateGcsIOSpecificStatistics
protected void updateGcsIOSpecificStatistics(int statusCode)
Updating the required gcs specific statistics based on httpresponse.- Parameters:
statusCode-
-
-