Modifier and Type | Method and Description |
---|---|
JsonObject |
Context.config() |
JsonObject |
AbstractVerticle.config() |
JsonObject |
DeploymentOptions.getConfig() |
JsonObject |
DeploymentOptions.toJson() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentOptions.fromJson(JsonObject json) |
DeploymentOptions |
DeploymentOptions.setConfig(JsonObject config) |
Constructor and Description |
---|
DeploymentOptions(JsonObject json) |
VertxOptions(JsonObject json) |
Constructor and Description |
---|
DatagramSocketOptions(JsonObject json) |
Modifier and Type | Method and Description |
---|---|
Map<String,JsonObject> |
DatagramSocketImpl.metrics() |
Constructor and Description |
---|
DeliveryOptions(JsonObject json) |
Modifier and Type | Method and Description |
---|---|
Map<String,JsonObject> |
EventBusImpl.metrics() |
Modifier and Type | Method and Description |
---|---|
JsonObject |
JsonObjectMessageCodec.decodeFromWire(int pos,
Buffer buffer) |
JsonObject |
JsonObjectMessageCodec.transform(JsonObject jsonObject) |
Modifier and Type | Method and Description |
---|---|
void |
JsonObjectMessageCodec.encodeToWire(Buffer buffer,
JsonObject jsonObject) |
JsonObject |
JsonObjectMessageCodec.transform(JsonObject jsonObject) |
Constructor and Description |
---|
OpenOptions(JsonObject json) |
Constructor and Description |
---|
HttpClientOptions(JsonObject json) |
HttpServerOptions(JsonObject json) |
Modifier and Type | Method and Description |
---|---|
Map<String,JsonObject> |
HttpServerImpl.metrics() |
Map<String,JsonObject> |
HttpClientImpl.metrics() |
Modifier and Type | Field and Description |
---|---|
protected JsonObject |
ContextImpl.config |
Modifier and Type | Method and Description |
---|---|
JsonObject |
ContextImpl.config() |
Modifier and Type | Method and Description |
---|---|
Map<String,JsonObject> |
VertxImpl.metrics() |
Modifier and Type | Method and Description |
---|---|
EventLoopContext |
VertxInternal.createEventLoopContext(String deploymentID,
JsonObject config,
ClassLoader tccl) |
EventLoopContext |
VertxImpl.createEventLoopContext(String deploymentID,
JsonObject config,
ClassLoader tccl) |
ContextImpl |
VertxInternal.createWorkerContext(boolean multiThreaded,
String deploymentID,
JsonObject config,
ClassLoader tccl) |
ContextImpl |
VertxImpl.createWorkerContext(boolean multiThreaded,
String deploymentID,
JsonObject config,
ClassLoader tccl) |
Constructor and Description |
---|
ContextImpl(VertxInternal vertx,
Executor orderedInternalPoolExec,
String deploymentID,
JsonObject config,
ClassLoader tccl) |
EventLoopContext(VertxInternal vertx,
Executor bgExec,
String deploymentID,
JsonObject config,
ClassLoader tccl) |
MultiThreadedWorkerContext(VertxInternal vertx,
Executor orderedInternalExec,
Executor workerExec,
String deploymentID,
JsonObject config,
ClassLoader tccl) |
WorkerContext(VertxInternal vertx,
Executor orderedInternalPoolExec,
Executor workerExec,
String deploymentID,
JsonObject config,
ClassLoader tccl) |
Modifier and Type | Method and Description |
---|---|
JsonObject |
JsonObject.clear() |
JsonObject |
JsonObject.copy() |
JsonObject |
JsonArray.getJsonObject(int pos) |
JsonObject |
JsonObject.getJsonObject(String key) |
JsonObject |
JsonObject.getJsonObject(String key,
JsonObject def) |
JsonObject |
JsonObject.mergeIn(JsonObject other) |
JsonObject |
JsonObject.put(String key,
Boolean value) |
JsonObject |
JsonObject.put(String key,
byte[] value) |
JsonObject |
JsonObject.put(String key,
CharSequence value) |
JsonObject |
JsonObject.put(String key,
Double value) |
JsonObject |
JsonObject.put(String key,
Enum value) |
JsonObject |
JsonObject.put(String key,
Float value) |
JsonObject |
JsonObject.put(String key,
Integer value) |
JsonObject |
JsonObject.put(String key,
JsonArray value) |
JsonObject |
JsonObject.put(String key,
JsonObject value) |
JsonObject |
JsonObject.put(String key,
Long value) |
JsonObject |
JsonObject.put(String key,
Object value) |
JsonObject |
JsonObject.put(String key,
String value) |
JsonObject |
JsonObject.putNull(String key) |
Modifier and Type | Method and Description |
---|---|
JsonArray |
JsonArray.add(JsonObject value) |
JsonObject |
JsonObject.getJsonObject(String key,
JsonObject def) |
JsonObject |
JsonObject.mergeIn(JsonObject other) |
JsonObject |
JsonObject.put(String key,
JsonObject value) |
Modifier and Type | Method and Description |
---|---|
Map<String,JsonObject> |
Measured.metrics()
Will return the metrics that correspond with this measured object.
|
Modifier and Type | Method and Description |
---|---|
Map<String,JsonObject> |
DummyVertxMetrics.metrics() |
Constructor and Description |
---|
CaOptions(JsonObject json) |
ClientOptionsBase(JsonObject json) |
JKSOptions(JsonObject json) |
KeyCertOptions(JsonObject json) |
NetClientOptions(JsonObject json) |
NetServerOptions(JsonObject json) |
NetworkOptions(JsonObject json) |
PKCS12Options(JsonObject json) |
TCPSSLOptions(JsonObject json) |
Modifier and Type | Method and Description |
---|---|
Map<String,JsonObject> |
NetServerImpl.metrics() |
Map<String,JsonObject> |
NetClientImpl.metrics() |
Copyright © 2015. All Rights Reserved.