Uses of Class
org.apache.storm.generated.Credentials
-
Packages that use Credentials Package Description org.apache.storm org.apache.storm.cluster org.apache.storm.daemon.nimbus org.apache.storm.daemon.worker org.apache.storm.executor org.apache.storm.generated -
-
Uses of Credentials in org.apache.storm
Methods in org.apache.storm with parameters of type Credentials Modifier and Type Method Description void
ILocalCluster. uploadNewCredentials(String topologyName, Credentials creds)
Upload new credentials to a topology.void
LocalCluster. uploadNewCredentials(String topologyName, Credentials creds)
-
Uses of Credentials in org.apache.storm.cluster
Methods in org.apache.storm.cluster that return Credentials Modifier and Type Method Description Credentials
IStormClusterState. credentials(String stormId, Runnable callback)
Credentials
StormClusterStateImpl. credentials(String stormId, Runnable callback)
Methods in org.apache.storm.cluster with parameters of type Credentials Modifier and Type Method Description void
IStormClusterState. setCredentials(String stormId, Credentials creds, Map<String,Object> topoConf)
void
StormClusterStateImpl. setCredentials(String stormId, Credentials creds, Map<String,Object> topoConf)
-
Uses of Credentials in org.apache.storm.daemon.nimbus
Methods in org.apache.storm.daemon.nimbus with parameters of type Credentials Modifier and Type Method Description void
Nimbus. uploadNewCredentials(String topoName, Credentials credentials)
-
Uses of Credentials in org.apache.storm.daemon.worker
Methods in org.apache.storm.daemon.worker that return Credentials Modifier and Type Method Description Credentials
WorkerState. getCredentials()
Methods in org.apache.storm.daemon.worker with parameters of type Credentials Modifier and Type Method Description void
WorkerState. setCredentials(Credentials credentials)
Constructors in org.apache.storm.daemon.worker with parameters of type Credentials Constructor Description WorkerState(Map<String,Object> conf, IContext mqContext, String topologyId, String assignmentId, Supplier<SupervisorIfaceFactory> supervisorIfaceSupplier, int port, String workerId, Map<String,Object> topologyConf, IStateStorage stateStorage, IStormClusterState stormClusterState, Collection<IAutoCredentials> autoCredentials, StormMetricRegistry metricRegistry, Credentials initialCredentials)
-
Uses of Credentials in org.apache.storm.executor
Methods in org.apache.storm.executor with parameters of type Credentials Modifier and Type Method Description void
ExecutorShutdown. credentialsChanged(Credentials credentials)
void
IRunningExecutor. credentialsChanged(Credentials credentials)
-
Uses of Credentials in org.apache.storm.generated
Methods in org.apache.storm.generated that return Credentials Modifier and Type Method Description Credentials
Credentials. deepCopy()
Credentials
Nimbus.uploadNewCredentials_args. get_creds()
Credentials
SubmitOptions. get_creds()
Methods in org.apache.storm.generated with parameters of type Credentials Modifier and Type Method Description int
Credentials. compareTo(Credentials other)
boolean
Credentials. equals(Credentials that)
void
Nimbus.Client. send_uploadNewCredentials(String name, Credentials creds)
void
Nimbus.uploadNewCredentials_args. set_creds(Credentials creds)
void
SubmitOptions. set_creds(Credentials creds)
void
Nimbus.AsyncClient. uploadNewCredentials(String name, Credentials creds, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler)
void
Nimbus.AsyncIface. uploadNewCredentials(String name, Credentials creds, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler)
void
Nimbus.Client. uploadNewCredentials(String name, Credentials creds)
void
Nimbus.Iface. uploadNewCredentials(String name, Credentials creds)
Constructors in org.apache.storm.generated with parameters of type Credentials Constructor Description Credentials(Credentials other)
Performs a deep copy on other.uploadNewCredentials_args(String name, Credentials creds)
uploadNewCredentials_call(String name, Credentials creds, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.storm.thrift.async.TAsyncClient client, org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory, org.apache.storm.thrift.transport.TNonblockingTransport transport)
-