| Package | Description |
|---|---|
| com.ceph.rbd |
| Modifier and Type | Method and Description |
|---|---|
RbdImage |
Rbd.open(String name)
Open a RBD image
|
RbdImage |
Rbd.open(String name,
String snapName)
Open a RBD image with a specific snapshot
|
RbdImage |
Rbd.openReadOnly(String name)
Open a RBD image read only
|
RbdImage |
Rbd.openReadOnly(String name,
String snapName)
Open a RBD image with a specific snapshot read only
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rbd.close(RbdImage image)
Close a RBD image
|
void |
Rbd.copy(RbdImage sourceImage,
RbdImage destImage)
Copy a RBD image
|
Copyright © 2015. All rights reserved.