| Package | Description |
|---|---|
| com.ceph.rados | |
| com.ceph.rbd |
| Modifier and Type | Method and Description |
|---|---|
IoCTX |
Rados.ioCtxCreate(String pool)
Create a IoCTX
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rados.ioCtxDestroy(IoCTX io)
Destroy a IoCTX
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rbd.clone(String parentImage,
String parentSnap,
IoCTX childIo,
String childName,
long features,
int order)
Clone a RBD image
|
void |
Rbd.clone(String parentImage,
String parentSnap,
IoCTX childIo,
String childName,
long features,
int order,
long stripe_unit,
long stripe_count)
Clone a RBD image
|
| Constructor and Description |
|---|
Rbd(IoCTX io) |
Copyright © 2015. All rights reserved.