Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/storm
/ functions
Functions
27,770 in github.com/apache/storm
⨍
Functions
27,770
◇
Types & classes
4,363
↓ 24 callers
Method
executorAssignment
(LocalCluster cluster, String stormId, List<Long> executorId)
storm-server/src/test/java/org/apache/storm/daemon/nimbus/NimbusClojurePortTest.java:1073
↓ 24 callers
Method
feed
(List<Object> tuple)
storm-client/src/jvm/org/apache/storm/testing/FeederSpout.java:47
↓ 24 callers
Method
getBlob
This function either returns the blob in the existing cache or if it doesn't exist in the cache, it will download the blob and will block until the do
storm-server/src/test/java/org/apache/storm/localizer/AsyncLocalizerTest.java:1030
↓ 24 callers
Method
getOutputFields
()
storm-client/src/jvm/org/apache/storm/trident/Stream.java:818
↓ 24 callers
Method
getPort
Get the port for this connection. @return The port this connection is using
storm-client/src/jvm/org/apache/storm/messaging/IConnection.java:55
↓ 24 callers
Method
getStatus
(String topoId)
storm-server/src/main/java/org/apache/storm/scheduler/Cluster.java:1024
↓ 24 callers
Method
hasNext
()
storm-server/src/main/java/org/apache/storm/blobstore/FileBlobStoreImpl.java:231
↓ 24 callers
Method
rollback
Rollback a prepared transaction to the previously committed state.
storm-client/src/jvm/org/apache/storm/state/State.java:47
↓ 24 callers
Method
setInstance
Provide an instance of this class for delegates to use. To mock out delegated methods, provide an instance of a subclass that overrides the implement
storm-client/src/jvm/org/apache/storm/utils/Utils.java:144
↓ 23 callers
Method
addSharedMemory
Add in request for shared memory that this component will use. See {@link SharedOnHeap}, {@link SharedOffHeapWithinNode}, and {@link SharedOffHeapWith
storm-client/src/jvm/org/apache/storm/topology/ResourceDeclarer.java:55
↓ 23 callers
Method
checkConsistency
(LocalCluster cluster, String stormName, boolean shouldBeAssigned)
storm-server/src/test/java/org/apache/storm/daemon/nimbus/NimbusClojurePortTest.java:928
↓ 23 callers
Method
clone
()
external/storm-hdfs/src/main/java/org/apache/storm/hdfs/spout/FileOffset.java:32
↓ 23 callers
Method
equals
(Object o)
storm-client/src/jvm/org/apache/storm/utils/SimpleVersion.java:56
↓ 23 callers
Method
execDrpc
(LocalDRPC drpc, String functionName, String args)
storm-server/src/test/java/org/apache/storm/trident/TridentIntegrationTest.java:86
↓ 23 callers
Method
getClusterState
This is intended for internal testing only. @return an internal class that holds the state of the cluster.
storm-client/src/jvm/org/apache/storm/ILocalCluster.java:191
↓ 23 callers
Method
getDefaultZkAcls
(Map<String, Object> conf)
storm-client/src/jvm/org/apache/storm/cluster/DaemonType.java:33
↓ 23 callers
Method
getFirst
Returns the first value in a pair. @return the first value
storm-client/src/jvm/org/apache/storm/streams/Pair.java:59
↓ 23 callers
Method
getTopologies
Get all of the topologies. @return all of the topologies that are a part of the cluster.
storm-server/src/main/java/org/apache/storm/scheduler/ISchedulingState.java:45
↓ 23 callers
Method
getType
()
storm-client/src/jvm/org/apache/storm/container/cgroup/core/CgroupCore.java:19
↓ 23 callers
Method
get_host
()
storm-client/src/jvm/org/apache/storm/generated/ErrorInfo.java:224
↓ 23 callers
Method
isPermitted
(IAuthorizer authorizer, ReqContext context, String operation, String function)
storm-client/test/jvm/org/apache/storm/security/auth/authorizer/DRPCSimpleACLAuthorizerTest.java:165
↓ 23 callers
Method
iterator
()
external/storm-redis/src/main/java/org/apache/storm/redis/state/RedisKeyValueState.java:175
↓ 23 callers
Method
newStream
Creates a new {@link Stream} of tuples from the given {@link IRichSpout}. @param spout the spout @return the new stream
storm-client/src/jvm/org/apache/storm/streams/StreamBuilder.java:79
↓ 23 callers
Method
select
Returns a subset of the tuple based on the fields selector.
storm-client/src/jvm/org/apache/storm/tuple/ITuple.java:44
↓ 23 callers
Method
send
send batch messages.
storm-client/src/jvm/org/apache/storm/messaging/IConnection.java:40
↓ 23 callers
Method
setCPULoad
Set the amount of CPU load for this component. @param amount the amount of CPU @return this for chaining
storm-client/src/jvm/org/apache/storm/topology/ResourceDeclarer.java:45
↓ 23 callers
Method
toString
()
examples/storm-starter/src/jvm/org/apache/storm/starter/Prefix.java:24
↓ 23 callers
Method
urlEncodeUtf8
URL encode the given string using the UTF-8 charset. Once Storm is baselined to Java 11, we can use URLEncoder.encode(String, Charset) instead, which
storm-client/src/jvm/org/apache/storm/utils/Utils.java:249
↓ 22 callers
Method
addProcessorNode
(Processor<?> processor, Fields outputFields)
storm-client/src/jvm/org/apache/storm/streams/Stream.java:396
↓ 22 callers
Method
assignmentMapToImpl
(Map<String, SchedulerAssignment> assignmentMap)
storm-server/src/test/java/org/apache/storm/scheduler/blacklist/TestUtilsForBlacklistScheduler.java:295
↓ 22 callers
Method
getAssignmentById
get the current assignment for the topology.
storm-server/src/main/java/org/apache/storm/scheduler/ISchedulingState.java:227
↓ 22 callers
Method
getExecutors
Get the set of all executors. @return the executors covered by this assignments
storm-server/src/main/java/org/apache/storm/scheduler/SchedulerAssignment.java:62
↓ 22 callers
Method
getMessageId
(long offset)
external/storm-kafka-client/src/test/java/org/apache/storm/kafka/spout/internal/OffsetManagerTest.java:163
↓ 22 callers
Method
getSlotToExecutors
Get the mapping of slot to executors on that slot. @return the slot to the executors assigned to that slot.
storm-server/src/main/java/org/apache/storm/scheduler/SchedulerAssignment.java:76
↓ 22 callers
Method
getTotalMemoryMb
()
storm-server/src/main/java/org/apache/storm/scheduler/resource/normalization/NormalizedResourcesWithMemory.java:26
↓ 22 callers
Method
get_children
Get a list of paths of all the child nodes which exist immediately under path. @param path The path to look under @param watch Whether or not to set
storm-client/src/jvm/org/apache/storm/cluster/IStateStorage.java:115
↓ 22 callers
Method
get_message_id
()
storm-client/src/jvm/org/apache/storm/generated/HBMessage.java:228
↓ 22 callers
Method
get_msg
()
storm-client/src/jvm/org/apache/storm/generated/NotAliveException.java:139
↓ 22 callers
Method
get_stats
()
storm-client/src/jvm/org/apache/storm/generated/ExecutorSummary.java:323
↓ 22 callers
Method
get_topology_id
()
storm-client/src/jvm/org/apache/storm/generated/WorkerSummary.java:373
↓ 22 callers
Method
groupBy
## Grouping Operation.
storm-client/src/jvm/org/apache/storm/trident/Stream.java:184
↓ 22 callers
Method
handleMessage
(HBMessage m, boolean authenticated)
storm-server/src/main/java/org/apache/storm/pacemaker/IServerMessageHandler.java:19
↓ 22 callers
Method
newStream
(String txId, IRichSpout spout)
storm-client/src/jvm/org/apache/storm/trident/TridentTopology.java:525
↓ 22 callers
Method
parseResource
Parse a flux topology definition from a classpath resource.. @param resource YAML resource @param dumpYaml if true, dump the parsed YAM
flux/flux-core/src/main/java/org/apache/storm/flux/parser/FluxParser.java:86
↓ 22 callers
Method
set_id_isSet
(boolean value)
storm-client/src/jvm/org/apache/storm/generated/Nimbus.java:53628
↓ 22 callers
Method
toByteArray
(ByteBuffer buffer)
storm-client/src/jvm/org/apache/storm/utils/Utils.java:866
↓ 22 callers
Method
track
Tracks the event and could use this to invoke the trigger. @param event the input event
storm-client/src/jvm/org/apache/storm/windowing/TriggerPolicy.java:26
↓ 21 callers
Method
areLocalAssignmentsEquivalent
Decide the equivalence of two local assignments, ignoring the order of executors This is different from #equal method. @param first Local assignment
storm-server/src/main/java/org/apache/storm/utils/EquivalenceUtils.java:39
↓ 21 callers
Method
buildConfig
Given a topology definition, return a populated `org.apache.storm.Config` instance. @param topologyDef topology definition @return a Storm Config obje
flux/flux-core/src/main/java/org/apache/storm/flux/FluxBuilder.java:72
↓ 21 callers
Method
buildTopology
Given a topology definition, return a Storm topology that can be run either locally or remotely. @param context execution context @return A runable St
flux/flux-core/src/main/java/org/apache/storm/flux/FluxBuilder.java:90
↓ 21 callers
Method
createRecords
Creates sequential dummy records @param <K> The Kafka key type @param <V> The Kafka value type @param topic The topic partition to create records for
external/storm-kafka-client/src/test/java/org/apache/storm/kafka/spout/SpoutWithMockedConsumerSetupHelper.java:118
↓ 21 callers
Method
getOrError
Get value for key. Error if value is null or not the expected type.
external/storm-kafka-migration/src/main/java/org/apache/storm/kafka/migration/MapUtil.java:26
↓ 21 callers
Method
get_data
()
storm-client/src/jvm/org/apache/storm/generated/HBMessage.java:204
↓ 21 callers
Method
globalGrouping
The entire stream goes to a single one of the bolt's tasks. Specifically, it goes to the task with the lowest id.
storm-client/src/jvm/org/apache/storm/topology/InputDeclarer.java:35
↓ 21 callers
Method
invoke
(Object o)
storm-clojure/src/main/java/org/apache/storm/clojure/ClojureTuple.java:196
↓ 21 callers
Method
isEmpty
()
storm-client/src/jvm/org/apache/storm/messaging/netty/MessageBuffer.java:40
↓ 21 callers
Method
is_set_aze
Returns true if field aze is set (has been assigned a value) and false otherwise
storm-client/src/jvm/org/apache/storm/generated/Supervisor.java:1181
↓ 21 callers
Method
is_set_id
Returns true if field id is set (has been assigned a value) and false otherwise
storm-client/src/jvm/org/apache/storm/generated/DistributedRPCInvocations.java:975
↓ 21 callers
Method
key
Given a tuple, return the key that should be written to the sequence file.
external/storm-hdfs/src/main/java/org/apache/storm/hdfs/bolt/format/SequenceFormat.java:41
↓ 21 callers
Method
projectionValidation
(Fields projFields)
storm-client/src/jvm/org/apache/storm/trident/Stream.java:823
↓ 21 callers
Method
toList
()
storm-server/src/main/java/org/apache/storm/scheduler/ExecutorDetails.java:41
↓ 21 callers
Method
updateWith
(Rankings other)
examples/storm-starter/src/jvm/org/apache/storm/starter/tools/Rankings.java:80
↓ 21 callers
Method
validateField
(String name, Class<?> type, Object o)
storm-client/src/jvm/org/apache/storm/validation/ConfigValidation.java:291
↓ 21 callers
Method
windowSetConverter
Converts stats to be over given windows of time. @param stats the stats @param secKeyFunc transform the sub-key @param firstKeyFunc transform the main
storm-client/src/jvm/org/apache/storm/stats/ClientStatsUtil.java:147
↓ 20 callers
Method
aggregateCountStreams
aggregate count streams by window. @param stats a Map of value: {win -> stream -> value} @return a Map of value: {win -> value}
storm-server/src/main/java/org/apache/storm/stats/StatsUtil.java:809
↓ 20 callers
Method
createBlob
(String key, SettableBlobMeta meta, Subject who)
storm-server/src/main/java/org/apache/storm/blobstore/LocalFsBlobStore.java:206
↓ 20 callers
Method
delete_node
Deletes the node at a given path, and any child nodes that may exist. @param path The path to delete
storm-client/src/jvm/org/apache/storm/cluster/IStateStorage.java:75
↓ 20 callers
Method
findAndReadConfigFile
(String name, boolean mustExist)
storm-client/src/jvm/org/apache/storm/utils/Utils.java:173
↓ 20 callers
Method
getAssignedRacks
Determine the list of racks on which topologyIds have been assigned. Note that the returned set may contain {@link DNSToSwitchMapping#DEFAULT_RACK} if
storm-server/src/main/java/org/apache/storm/scheduler/ISchedulingState.java:366
↓ 20 callers
Method
getBlacklistedHosts
()
storm-server/src/main/java/org/apache/storm/scheduler/Cluster.java:309
↓ 20 callers
Method
getStringByField
Gets the String field with a specific name. @throws ClassCastException If that field is not a String @throws IllegalArgumentException - if fiel
storm-client/src/jvm/org/apache/storm/tuple/ITuple.java:138
↓ 20 callers
Method
get_executors
()
storm-client/src/jvm/org/apache/storm/generated/TopologyInfo.java:452
↓ 20 callers
Method
get_json_conf
()
storm-client/src/jvm/org/apache/storm/generated/ComponentCommon.java:297
↓ 20 callers
Method
get_specific
()
storm-client/src/jvm/org/apache/storm/generated/ExecutorStats.java:283
↓ 20 callers
Method
get_status
@see TopologyStatus
storm-client/src/jvm/org/apache/storm/generated/StormBase.java:310
↓ 20 callers
Method
hostname
Gets the storm.local.hostname value, or tries to figure out the local hostname if it is not set in the config. @return a string representation of the
storm-client/src/jvm/org/apache/storm/utils/Utils.java:509
↓ 20 callers
Method
isAlive
()
storm-server/src/main/java/org/apache/storm/scheduler/multitenant/Node.java:139
↓ 20 callers
Method
isLocalMode
(Map<String, Object> conf)
storm-client/src/jvm/org/apache/storm/utils/ConfigUtils.java:91
↓ 20 callers
Method
javaSerialize
(Object obj)
storm-client/src/jvm/org/apache/storm/utils/Utils.java:527
↓ 20 callers
Method
joinPath
(String... pathList)
storm-server/src/test/java/org/apache/storm/localizer/AsyncLocalizerTest.java:349
↓ 20 callers
Method
read
(org.apache.storm.thrift.protocol.TProtocol iprot)
storm-client/src/jvm/org/apache/storm/generated/Supervisor.java:912
↓ 20 callers
Method
read
(org.apache.storm.thrift.protocol.TProtocol iprot)
storm-client/src/jvm/org/apache/storm/generated/DistributedRPCInvocations.java:1147
↓ 20 callers
Method
readCommandLineOpts
()
storm-client/src/jvm/org/apache/storm/utils/Utils.java:272
↓ 20 callers
Method
readTuples
Get all of the tuples from a given component on the default stream. @param results the results of running a completed topology @param componentId the
storm-server/src/main/java/org/apache/storm/Testing.java:498
↓ 20 callers
Method
remoteAddress
()
storm-client/src/jvm/org/apache/storm/security/auth/ReqContext.java:105
↓ 20 callers
Method
serialize
(T obj)
storm-client/src/jvm/org/apache/storm/state/Serializer.java:21
↓ 20 callers
Method
setNetworkTopography
(Map<String, List<String>> networkTopography)
storm-server/src/main/java/org/apache/storm/scheduler/Cluster.java:975
↓ 20 callers
Method
set_data
Set the value of the node at path to data. @param path The path whose node we want to set. @param data The data to put in the node. @param acls The a
storm-client/src/jvm/org/apache/storm/cluster/IStateStorage.java:130
↓ 20 callers
Method
shutdown
Shutdown. @deprecated use {@link #close()} instead
storm-client/src/jvm/org/apache/storm/ILocalDRPC.java:30
↓ 20 callers
Method
toNormalizedMap
Return a Map of the normalized resource name to a double. This should only be used when returning thrift resource requests to the end user.
storm-server/src/main/java/org/apache/storm/scheduler/resource/normalization/NormalizedResources.java:191
↓ 20 callers
Method
uuid
()
storm-client/src/jvm/org/apache/storm/utils/Utils.java:523
↓ 20 callers
Method
window
Returns a stream of aggregated results based on the given window configuration which uses inmemory windowing tuple store. @param windowConfig windo
storm-client/src/jvm/org/apache/storm/trident/Stream.java:704
↓ 19 callers
Method
assign
Assign the slot to the executors for this topology. @throws RuntimeException if the specified slot is already occupied.
storm-server/src/main/java/org/apache/storm/scheduler/Cluster.java:668
↓ 19 callers
Method
equals
(java.lang.Object that)
storm-client/src/jvm/org/apache/storm/generated/Supervisor.java:849
↓ 19 callers
Method
forceMkdir
Makes a directory, including any necessary but nonexistent parent directories. @param path the directory to create @throws IOException on any error
storm-client/src/jvm/org/apache/storm/daemon/supervisor/IAdvancedFSOps.java:136
↓ 19 callers
Method
getChildren
()
storm-server/src/main/java/org/apache/storm/scheduler/Component.java:78
↓ 19 callers
Method
getInputStream
()
storm-client/src/jvm/org/apache/storm/blobstore/BlobStoreFile.java:49
↓ 19 callers
Method
getMessage
()
storm-server/src/main/java/org/apache/storm/scheduler/resource/SchedulingResult.java:56
↓ 19 callers
Method
getSortedRacks
Racks are sorted by two criteria. <p>1) the number executors of the topology that needs to be scheduled is already on the rack in descending order. T
storm-server/src/main/java/org/apache/storm/scheduler/resource/strategies/scheduling/sorter/NodeSorterHostProximity.java:668
↓ 19 callers
Method
getTotalCpu
Get the total CPU on this supervisor in % CPU.
storm-server/src/main/java/org/apache/storm/scheduler/SupervisorDetails.java:152
← previous
next →
301–400 of 27,770, ranked by callers