Serialized Form
-
Package io.streamthoughts.azkarra.api.components
-
Class io.streamthoughts.azkarra.api.components.ComponentRegistrationException extends AzkarraContextException implements Serializable
-
Class io.streamthoughts.azkarra.api.components.ConflictingComponentDefinitionException extends AzkarraException implements Serializable
-
Class io.streamthoughts.azkarra.api.components.NoSuchComponentException extends AzkarraContextException implements Serializable
-
Class io.streamthoughts.azkarra.api.components.NoUniqueComponentException extends AzkarraContextException implements Serializable
-
-
Package io.streamthoughts.azkarra.api.errors
-
Class io.streamthoughts.azkarra.api.errors.AlreadyExistsException extends AzkarraException implements Serializable
-
Class io.streamthoughts.azkarra.api.errors.AzkarraContextException extends AzkarraException implements Serializable
-
Class io.streamthoughts.azkarra.api.errors.AzkarraException extends RuntimeException implements Serializable
-
Class io.streamthoughts.azkarra.api.errors.AzkarraRetriableException extends AzkarraException implements Serializable
-
Class io.streamthoughts.azkarra.api.errors.ConfException extends AzkarraException implements Serializable
-
Class io.streamthoughts.azkarra.api.errors.ExecutionException extends AzkarraException implements Serializable
-
Class io.streamthoughts.azkarra.api.errors.InvalidConfException extends ConfException implements Serializable
-
Class io.streamthoughts.azkarra.api.errors.InvalidStreamsEnvironmentException extends AzkarraContextException implements Serializable
-
Class io.streamthoughts.azkarra.api.errors.InvalidStreamsStateException extends AzkarraException implements Serializable
-
Class io.streamthoughts.azkarra.api.errors.MissingConfException extends ConfException implements Serializable
-
Class io.streamthoughts.azkarra.api.errors.NotFoundException extends AzkarraException implements Serializable
-
Class io.streamthoughts.azkarra.api.errors.ParsingConfException extends ConfException implements Serializable
-
-
Package io.streamthoughts.azkarra.api.model
-
Class io.streamthoughts.azkarra.api.model.KV extends Object implements Serializable
-
Class io.streamthoughts.azkarra.api.model.StreamsTopologyGraph extends Object implements Serializable
-
Serialized Fields
-
globalStores
Set<StreamsTopologyGraph.GlobalStore> globalStores
-
subTopologies
Set<StreamsTopologyGraph.SubTopologyGraph> subTopologies
-
-
-
Class io.streamthoughts.azkarra.api.model.StreamsTopologyGraph.AbstractNode extends Object implements Serializable
-
Class io.streamthoughts.azkarra.api.model.StreamsTopologyGraph.ProcessorNode extends StreamsTopologyGraph.AbstractNode implements Serializable
-
Class io.streamthoughts.azkarra.api.model.StreamsTopologyGraph.SinkNode extends StreamsTopologyGraph.AbstractNode implements Serializable
-
Serialized Fields
-
topic
String topic
-
-
-
Class io.streamthoughts.azkarra.api.model.StreamsTopologyGraph.SourceNode extends StreamsTopologyGraph.AbstractNode implements Serializable
-
Class io.streamthoughts.azkarra.api.model.StreamsTopologyGraph.SubTopologyGraph extends Object implements Serializable
-
Serialized Fields
-
id
int id
-
nodes
Set<StreamsTopologyGraph.Node> nodes
-
-
-
-
Package io.streamthoughts.azkarra.api.query.result
-
Class io.streamthoughts.azkarra.api.query.result.GlobalResultSet extends Object implements Serializable
-
Serialized Fields
-
error
String error
The global query result. -
failure
List<ErrorResultSet> failure
The returned records. -
store
String store
The name of the store name being queried. -
success
List<SuccessResultSet<K,V>> success
The returned records. -
total
Long total
The total number of records returned. -
type
String type
The type of the store type being queried.
-
-
-
Class io.streamthoughts.azkarra.api.query.result.QueryError extends Error implements Serializable
-
Class io.streamthoughts.azkarra.api.query.result.QueryResult extends Object implements Serializable
-
Serialized Fields
-
result
GlobalResultSet<K,V> result
The query result. -
server
String server
The server which initially executed the query. -
status
QueryStatus status
The query result status. -
timeout
boolean timeout
Is the query has timeout. -
took
long took
Time in milliseconds to execute the query.
-
-
-
Class io.streamthoughts.azkarra.api.query.result.SuccessResultSet extends AbstractResultSet implements Serializable
-
-
Package io.streamthoughts.azkarra.api.util
-
Class io.streamthoughts.azkarra.api.util.TypeConverter extends Object implements Serializable
-
-
Package io.streamthoughts.azkarra.http.data
-
Class io.streamthoughts.azkarra.http.data.ErrorMessage extends Object implements Serializable
-
-
Package io.streamthoughts.azkarra.http.error
-
Class io.streamthoughts.azkarra.http.error.BadRequestException extends AzkarraException implements Serializable
-
Class io.streamthoughts.azkarra.http.error.InvalidHttpQueryParamException extends BadRequestException implements Serializable
-
Class io.streamthoughts.azkarra.http.error.InvalidStateStoreQueryException extends AzkarraException implements Serializable
-
Class io.streamthoughts.azkarra.http.error.MetricNotFoundException extends AzkarraException implements Serializable
-
-
Package io.streamthoughts.azkarra.http.security
-
Class io.streamthoughts.azkarra.http.security.AzkarraAccount extends Object implements Serializable
-
Serialized Fields
-
credentials
Credentials credentials
-
principal
Principal principal
-
userDetails
UserDetails userDetails
-
-
-
Class io.streamthoughts.azkarra.http.security.SecurityConfException extends ConfException implements Serializable
-
Class io.streamthoughts.azkarra.http.security.UnauthorizedAccessException extends AzkarraException implements Serializable
-
-
Package io.streamthoughts.azkarra.http.security.auth
-
Class io.streamthoughts.azkarra.http.security.auth.Credentials.UnsupportedCredentialException extends AzkarraException implements Serializable
-
-
Package io.streamthoughts.azkarra.serialization
-
Class io.streamthoughts.azkarra.serialization.SerializationException extends AzkarraException implements Serializable
-
-
Package io.streamthoughts.azkarra.serialization.json
-
Class io.streamthoughts.azkarra.serialization.json.AzkarraSimpleModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable
-