MCPcopy Create free account

hub / github.com/apache/storm / functions

Functions27,770 in github.com/apache/storm

↓ 24 callersMethodexecutorAssignment
(LocalCluster cluster, String stormId, List<Long> executorId)
storm-server/src/test/java/org/apache/storm/daemon/nimbus/NimbusClojurePortTest.java:1073
↓ 24 callersMethodfeed
(List<Object> tuple)
storm-client/src/jvm/org/apache/storm/testing/FeederSpout.java:47
↓ 24 callersMethodgetBlob
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 callersMethodgetOutputFields
()
storm-client/src/jvm/org/apache/storm/trident/Stream.java:818
↓ 24 callersMethodgetPort
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 callersMethodgetStatus
(String topoId)
storm-server/src/main/java/org/apache/storm/scheduler/Cluster.java:1024
↓ 24 callersMethodhasNext
()
storm-server/src/main/java/org/apache/storm/blobstore/FileBlobStoreImpl.java:231
↓ 24 callersMethodrollback
Rollback a prepared transaction to the previously committed state.
storm-client/src/jvm/org/apache/storm/state/State.java:47
↓ 24 callersMethodsetInstance
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 callersMethodaddSharedMemory
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 callersMethodcheckConsistency
(LocalCluster cluster, String stormName, boolean shouldBeAssigned)
storm-server/src/test/java/org/apache/storm/daemon/nimbus/NimbusClojurePortTest.java:928
↓ 23 callersMethodclone
()
external/storm-hdfs/src/main/java/org/apache/storm/hdfs/spout/FileOffset.java:32
↓ 23 callersMethodequals
(Object o)
storm-client/src/jvm/org/apache/storm/utils/SimpleVersion.java:56
↓ 23 callersMethodexecDrpc
(LocalDRPC drpc, String functionName, String args)
storm-server/src/test/java/org/apache/storm/trident/TridentIntegrationTest.java:86
↓ 23 callersMethodgetClusterState
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 callersMethodgetDefaultZkAcls
(Map<String, Object> conf)
storm-client/src/jvm/org/apache/storm/cluster/DaemonType.java:33
↓ 23 callersMethodgetFirst
Returns the first value in a pair. @return the first value
storm-client/src/jvm/org/apache/storm/streams/Pair.java:59
↓ 23 callersMethodgetTopologies
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 callersMethodgetType
()
storm-client/src/jvm/org/apache/storm/container/cgroup/core/CgroupCore.java:19
↓ 23 callersMethodget_host
()
storm-client/src/jvm/org/apache/storm/generated/ErrorInfo.java:224
↓ 23 callersMethodisPermitted
(IAuthorizer authorizer, ReqContext context, String operation, String function)
storm-client/test/jvm/org/apache/storm/security/auth/authorizer/DRPCSimpleACLAuthorizerTest.java:165
↓ 23 callersMethoditerator
()
external/storm-redis/src/main/java/org/apache/storm/redis/state/RedisKeyValueState.java:175
↓ 23 callersMethodnewStream
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 callersMethodselect
Returns a subset of the tuple based on the fields selector.
storm-client/src/jvm/org/apache/storm/tuple/ITuple.java:44
↓ 23 callersMethodsend
send batch messages.
storm-client/src/jvm/org/apache/storm/messaging/IConnection.java:40
↓ 23 callersMethodsetCPULoad
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 callersMethodtoString
()
examples/storm-starter/src/jvm/org/apache/storm/starter/Prefix.java:24
↓ 23 callersMethodurlEncodeUtf8
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 callersMethodaddProcessorNode
(Processor<?> processor, Fields outputFields)
storm-client/src/jvm/org/apache/storm/streams/Stream.java:396
↓ 22 callersMethodassignmentMapToImpl
(Map<String, SchedulerAssignment> assignmentMap)
storm-server/src/test/java/org/apache/storm/scheduler/blacklist/TestUtilsForBlacklistScheduler.java:295
↓ 22 callersMethodgetAssignmentById
get the current assignment for the topology.
storm-server/src/main/java/org/apache/storm/scheduler/ISchedulingState.java:227
↓ 22 callersMethodgetExecutors
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 callersMethodgetMessageId
(long offset)
external/storm-kafka-client/src/test/java/org/apache/storm/kafka/spout/internal/OffsetManagerTest.java:163
↓ 22 callersMethodgetSlotToExecutors
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 callersMethodgetTotalMemoryMb
()
storm-server/src/main/java/org/apache/storm/scheduler/resource/normalization/NormalizedResourcesWithMemory.java:26
↓ 22 callersMethodget_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 callersMethodget_message_id
()
storm-client/src/jvm/org/apache/storm/generated/HBMessage.java:228
↓ 22 callersMethodget_msg
()
storm-client/src/jvm/org/apache/storm/generated/NotAliveException.java:139
↓ 22 callersMethodget_stats
()
storm-client/src/jvm/org/apache/storm/generated/ExecutorSummary.java:323
↓ 22 callersMethodget_topology_id
()
storm-client/src/jvm/org/apache/storm/generated/WorkerSummary.java:373
↓ 22 callersMethodgroupBy
## Grouping Operation.
storm-client/src/jvm/org/apache/storm/trident/Stream.java:184
↓ 22 callersMethodhandleMessage
(HBMessage m, boolean authenticated)
storm-server/src/main/java/org/apache/storm/pacemaker/IServerMessageHandler.java:19
↓ 22 callersMethodnewStream
(String txId, IRichSpout spout)
storm-client/src/jvm/org/apache/storm/trident/TridentTopology.java:525
↓ 22 callersMethodparseResource
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 callersMethodset_id_isSet
(boolean value)
storm-client/src/jvm/org/apache/storm/generated/Nimbus.java:53628
↓ 22 callersMethodtoByteArray
(ByteBuffer buffer)
storm-client/src/jvm/org/apache/storm/utils/Utils.java:866
↓ 22 callersMethodtrack
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 callersMethodareLocalAssignmentsEquivalent
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 callersMethodbuildConfig
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 callersMethodbuildTopology
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 callersMethodcreateRecords
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 callersMethodgetOrError
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 callersMethodget_data
()
storm-client/src/jvm/org/apache/storm/generated/HBMessage.java:204
↓ 21 callersMethodglobalGrouping
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 callersMethodinvoke
(Object o)
storm-clojure/src/main/java/org/apache/storm/clojure/ClojureTuple.java:196
↓ 21 callersMethodisEmpty
()
storm-client/src/jvm/org/apache/storm/messaging/netty/MessageBuffer.java:40
↓ 21 callersMethodis_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 callersMethodis_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 callersMethodkey
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 callersMethodprojectionValidation
(Fields projFields)
storm-client/src/jvm/org/apache/storm/trident/Stream.java:823
↓ 21 callersMethodtoList
()
storm-server/src/main/java/org/apache/storm/scheduler/ExecutorDetails.java:41
↓ 21 callersMethodupdateWith
(Rankings other)
examples/storm-starter/src/jvm/org/apache/storm/starter/tools/Rankings.java:80
↓ 21 callersMethodvalidateField
(String name, Class<?> type, Object o)
storm-client/src/jvm/org/apache/storm/validation/ConfigValidation.java:291
↓ 21 callersMethodwindowSetConverter
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 callersMethodaggregateCountStreams
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 callersMethodcreateBlob
(String key, SettableBlobMeta meta, Subject who)
storm-server/src/main/java/org/apache/storm/blobstore/LocalFsBlobStore.java:206
↓ 20 callersMethoddelete_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 callersMethodfindAndReadConfigFile
(String name, boolean mustExist)
storm-client/src/jvm/org/apache/storm/utils/Utils.java:173
↓ 20 callersMethodgetAssignedRacks
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 callersMethodgetBlacklistedHosts
()
storm-server/src/main/java/org/apache/storm/scheduler/Cluster.java:309
↓ 20 callersMethodgetStringByField
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 callersMethodget_executors
()
storm-client/src/jvm/org/apache/storm/generated/TopologyInfo.java:452
↓ 20 callersMethodget_json_conf
()
storm-client/src/jvm/org/apache/storm/generated/ComponentCommon.java:297
↓ 20 callersMethodget_specific
()
storm-client/src/jvm/org/apache/storm/generated/ExecutorStats.java:283
↓ 20 callersMethodget_status
@see TopologyStatus
storm-client/src/jvm/org/apache/storm/generated/StormBase.java:310
↓ 20 callersMethodhostname
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 callersMethodisAlive
()
storm-server/src/main/java/org/apache/storm/scheduler/multitenant/Node.java:139
↓ 20 callersMethodisLocalMode
(Map<String, Object> conf)
storm-client/src/jvm/org/apache/storm/utils/ConfigUtils.java:91
↓ 20 callersMethodjavaSerialize
(Object obj)
storm-client/src/jvm/org/apache/storm/utils/Utils.java:527
↓ 20 callersMethodjoinPath
(String... pathList)
storm-server/src/test/java/org/apache/storm/localizer/AsyncLocalizerTest.java:349
↓ 20 callersMethodread
(org.apache.storm.thrift.protocol.TProtocol iprot)
storm-client/src/jvm/org/apache/storm/generated/Supervisor.java:912
↓ 20 callersMethodread
(org.apache.storm.thrift.protocol.TProtocol iprot)
storm-client/src/jvm/org/apache/storm/generated/DistributedRPCInvocations.java:1147
↓ 20 callersMethodreadCommandLineOpts
()
storm-client/src/jvm/org/apache/storm/utils/Utils.java:272
↓ 20 callersMethodreadTuples
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 callersMethodremoteAddress
()
storm-client/src/jvm/org/apache/storm/security/auth/ReqContext.java:105
↓ 20 callersMethodserialize
(T obj)
storm-client/src/jvm/org/apache/storm/state/Serializer.java:21
↓ 20 callersMethodsetNetworkTopography
(Map<String, List<String>> networkTopography)
storm-server/src/main/java/org/apache/storm/scheduler/Cluster.java:975
↓ 20 callersMethodset_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 callersMethodshutdown
Shutdown. @deprecated use {@link #close()} instead
storm-client/src/jvm/org/apache/storm/ILocalDRPC.java:30
↓ 20 callersMethodtoNormalizedMap
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 callersMethoduuid
()
storm-client/src/jvm/org/apache/storm/utils/Utils.java:523
↓ 20 callersMethodwindow
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 callersMethodassign
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 callersMethodequals
(java.lang.Object that)
storm-client/src/jvm/org/apache/storm/generated/Supervisor.java:849
↓ 19 callersMethodforceMkdir
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 callersMethodgetChildren
()
storm-server/src/main/java/org/apache/storm/scheduler/Component.java:78
↓ 19 callersMethodgetInputStream
()
storm-client/src/jvm/org/apache/storm/blobstore/BlobStoreFile.java:49
↓ 19 callersMethodgetMessage
()
storm-server/src/main/java/org/apache/storm/scheduler/resource/SchedulingResult.java:56
↓ 19 callersMethodgetSortedRacks
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 callersMethodgetTotalCpu
Get the total CPU on this supervisor in % CPU.
storm-server/src/main/java/org/apache/storm/scheduler/SupervisorDetails.java:152
← previousnext →301–400 of 27,770, ranked by callers