public interface TwillRunResources
TwillRunnable
is running in.Modifier and Type | Method and Description |
---|---|
String |
getContainerId() |
Integer |
getDebugPort() |
String |
getHost() |
int |
getInstanceId() |
LogEntry.Level |
getLogLevel()
Deprecated.
Use
getLogLevels() to get the log levels map and get root level from the map instead. |
Map<String,LogEntry.Level> |
getLogLevels() |
int |
getMaxHeapMemoryMB() |
int |
getMemoryMB() |
int |
getVirtualCores() |
int getInstanceId()
int getVirtualCores()
int getMemoryMB()
int getMaxHeapMemoryMB()
String getHost()
String getContainerId()
Integer getDebugPort()
@Deprecated LogEntry.Level getLogLevel()
getLogLevels()
to get the log levels map and get root level from the map instead.Map<String,LogEntry.Level> getLogLevels()
Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.