public interface GlusterBricksService extends Service
Modifier and Type | Interface and Description |
---|---|
static interface |
GlusterBricksService.ActivateRequest |
static interface |
GlusterBricksService.ActivateResponse |
static interface |
GlusterBricksService.AddRequest
Adds given list of bricks to the volume, and updates the database accordingly.
|
static interface |
GlusterBricksService.AddResponse
Adds given list of bricks to the volume, and updates the database accordingly.
|
static interface |
GlusterBricksService.ListRequest |
static interface |
GlusterBricksService.ListResponse |
static interface |
GlusterBricksService.MigrateRequest |
static interface |
GlusterBricksService.MigrateResponse |
static interface |
GlusterBricksService.RemoveRequest
Removes the given list of bricks brick from the volume and deletes them from the database.
|
static interface |
GlusterBricksService.RemoveResponse
Removes the given list of bricks brick from the volume and deletes them from the database.
|
static interface |
GlusterBricksService.StopMigrateRequest |
static interface |
GlusterBricksService.StopMigrateResponse |
Modifier and Type | Method and Description |
---|---|
GlusterBricksService.ActivateRequest |
activate() |
GlusterBricksService.AddRequest |
add()
Adds given list of bricks to the volume, and updates the database accordingly.
|
GlusterBrickService |
brickService(String id) |
GlusterBricksService.ListRequest |
list() |
GlusterBricksService.MigrateRequest |
migrate() |
GlusterBricksService.RemoveRequest |
remove()
Removes the given list of bricks brick from the volume and deletes them from the database.
|
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
GlusterBricksService.StopMigrateRequest |
stopMigrate() |
GlusterBricksService.ActivateRequest activate()
GlusterBricksService.AddRequest add()
Adds given list of bricks to the volume, and updates the database accordingly. The properties serverId
and
`brickDir`are required.
GlusterBricksService.ListRequest list()
GlusterBricksService.MigrateRequest migrate()
GlusterBricksService.RemoveRequest remove()
Removes the given list of bricks brick from the volume and deletes them from the database.
GlusterBricksService.StopMigrateRequest stopMigrate()
GlusterBrickService brickService(String id)
Copyright © 2016. All rights reserved.