| Package | Description |
|---|---|
| com.google.cloud.hadoop.gcsio.testing |
| Modifier and Type | Method and Description |
|---|---|
InMemoryObjectEntry |
InMemoryBucketEntry.get(String objectName)
Retrieves a previously inserted
InMemoryObjectEntry, or null if it doesn't exist. |
InMemoryObjectEntry |
InMemoryObjectEntry.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.
|
InMemoryObjectEntry |
InMemoryBucketEntry.remove(String objectName)
Removes a previously inserted InMemoryObjectEntry and returns it; returns null if it didn't
exist.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryBucketEntry.add(InMemoryObjectEntry obj)
Inserts an InMemoryObjectEntry representing
objectName; replaces any existing object. |
Copyright © 2023. All rights reserved.