public interface StorageEndpoint
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isLocal() |
StorageFuture |
read(CrailBuffer buffer,
BlockInfo remoteMr,
long remoteOffset) |
StorageFuture |
write(CrailBuffer buffer,
BlockInfo remoteMr,
long remoteOffset) |
StorageFuture write(CrailBuffer buffer, BlockInfo remoteMr, long remoteOffset) throws IOException, InterruptedException
IOExceptionInterruptedExceptionStorageFuture read(CrailBuffer buffer, BlockInfo remoteMr, long remoteOffset) throws IOException, InterruptedException
IOExceptionInterruptedExceptionvoid close()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionboolean isLocal()
Copyright © 2018 The Apache Software Foundation. All rights reserved.