public interface CubeController
| Modifier and Type | Method and Description |
|---|---|
List<ChangeLog> |
changesOnFilesystem(CubeID cubeId) |
List<ChangeLog> |
changesOnFilesystem(String cubeId) |
void |
copyFileDirectoryFromContainer(CubeID cubeId,
String from,
String to) |
void |
copyFileDirectoryFromContainer(String cubeId,
String from,
String to) |
void |
copyLog(CubeID cubeId,
boolean follow,
boolean stdout,
boolean stderr,
boolean timestamps,
int tail,
OutputStream outputStream) |
void |
copyLog(String cubeId,
boolean follow,
boolean stdout,
boolean stderr,
boolean timestamps,
int tail,
OutputStream outputStream) |
void |
create(CubeID cubeId) |
void |
create(String cubeId) |
void |
destroy(CubeID cubeId) |
void |
destroy(String cubeId) |
void |
start(CubeID cubeId) |
void |
start(String cubeId) |
void |
stop(CubeID cubeId) |
void |
stop(String cubeId) |
TopContainer |
top(CubeID cubeId) |
TopContainer |
top(String cubeId) |
void create(String cubeId)
void create(CubeID cubeId)
void start(String cubeId)
void start(CubeID cubeId)
void stop(String cubeId)
void stop(CubeID cubeId)
void destroy(String cubeId)
void destroy(CubeID cubeId)
void copyFileDirectoryFromContainer(String cubeId, String from, String to)
void copyFileDirectoryFromContainer(CubeID cubeId, String from, String to)
TopContainer top(String cubeId)
TopContainer top(CubeID cubeId)
void copyLog(String cubeId, boolean follow, boolean stdout, boolean stderr, boolean timestamps, int tail, OutputStream outputStream)
void copyLog(CubeID cubeId, boolean follow, boolean stdout, boolean stderr, boolean timestamps, int tail, OutputStream outputStream)
Copyright © 2017 JBoss by Red Hat. All rights reserved.