Uses of Class
com.google.cloud.hadoop.gcsio.testing.InMemoryObjectEntry
-
Packages that use InMemoryObjectEntry Package Description com.google.cloud.hadoop.gcsio.testing -
-
Uses of InMemoryObjectEntry in com.google.cloud.hadoop.gcsio.testing
Methods in com.google.cloud.hadoop.gcsio.testing that return InMemoryObjectEntry Modifier and Type Method Description InMemoryObjectEntryInMemoryBucketEntry. get(String objectName)Retrieves a previously insertedInMemoryObjectEntry, or null if it doesn't exist.InMemoryObjectEntryInMemoryObjectEntry. getShallowCopy(String bucketName, String objectName)Returns a copy of this InMemoryObjectEntry which shares the underlying completedContents data; it is illegal to call this method if the write channel has not yet been closed.InMemoryObjectEntryInMemoryBucketEntry. remove(String objectName)Removes a previously inserted InMemoryObjectEntry and returns it; returns null if it didn't exist.Methods in com.google.cloud.hadoop.gcsio.testing with parameters of type InMemoryObjectEntry Modifier and Type Method Description voidInMemoryBucketEntry. add(InMemoryObjectEntry obj)Inserts an InMemoryObjectEntry representingobjectName; replaces any existing object.
-