Package | Description |
---|---|
org.apache.storm | |
org.apache.storm.generated | |
org.apache.storm.utils |
Modifier and Type | Method and Description |
---|---|
static ComponentObject |
Thrift.serializeComponentObject(Object obj) |
Modifier and Type | Method and Description |
---|---|
static Object |
Thrift.deserializeComponentObject(ComponentObject obj) |
Modifier and Type | Method and Description |
---|---|
ComponentObject |
ComponentObject.deepCopy() |
ComponentObject |
Bolt.get_bolt_object() |
ComponentObject |
SpoutSpec.get_spout_object() |
ComponentObject |
StateSpoutSpec.get_state_spout_object() |
static ComponentObject |
ComponentObject.java_object(JavaObject value) |
static ComponentObject |
ComponentObject.serialized_java(byte[] value) |
static ComponentObject |
ComponentObject.serialized_java(ByteBuffer value) |
static ComponentObject |
ComponentObject.shell(ShellComponent value) |
Modifier and Type | Method and Description |
---|---|
int |
ComponentObject.compareTo(ComponentObject other) |
boolean |
ComponentObject.equals(ComponentObject other) |
void |
Bolt.set_bolt_object(ComponentObject bolt_object) |
void |
SpoutSpec.set_spout_object(ComponentObject spout_object) |
void |
StateSpoutSpec.set_state_spout_object(ComponentObject state_spout_object) |
Constructor and Description |
---|
Bolt(ComponentObject bolt_object,
ComponentCommon common) |
ComponentObject(ComponentObject other) |
SpoutSpec(ComponentObject spout_object,
ComponentCommon common) |
StateSpoutSpec(ComponentObject state_spout_object,
ComponentCommon common) |
Modifier and Type | Method and Description |
---|---|
static Object |
Utils.getSetComponentObject(ComponentObject obj) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.