- AbstractSpecificationCodec<T> - Class in co.cask.cdap.proto.codec
-
Abstract base class to provides common methods for all Codec.
- AbstractSpecificationCodec() - Constructor for class co.cask.cdap.proto.codec.AbstractSpecificationCodec
-
- AccessPayload - Class in co.cask.cdap.proto.audit.payload.access
-
Represents the access that happened on a data entity.
- AccessPayload(AccessType, EntityId) - Constructor for class co.cask.cdap.proto.audit.payload.access.AccessPayload
-
- AccessType - Enum in co.cask.cdap.proto.audit.payload.access
-
Type of access on a data entity.
- Action - Enum in co.cask.cdap.proto.security
-
Types of actions that users can perform on entities.
- addApp(ApplicationClass) - Method in class co.cask.cdap.proto.artifact.ArtifactClasses.Builder
-
- addApps(ApplicationClass...) - Method in class co.cask.cdap.proto.artifact.ArtifactClasses.Builder
-
- addApps(Iterable<ApplicationClass>) - Method in class co.cask.cdap.proto.artifact.ArtifactClasses.Builder
-
- addContainer(Containers.ContainerInfo) - Method in interface co.cask.cdap.proto.Containers
-
- addContainer(Containers.ContainerInfo) - Method in class co.cask.cdap.proto.DistributedProgramLiveInfo
-
- addContainer(Containers.ContainerInfo) - Method in class co.cask.cdap.proto.SystemServiceLiveInfo.Builder
-
- addPlugin(PluginClass) - Method in class co.cask.cdap.proto.artifact.ArtifactClasses.Builder
-
- addPlugins(PluginClass...) - Method in class co.cask.cdap.proto.artifact.ArtifactClasses.Builder
-
- addPlugins(Iterable<PluginClass>) - Method in class co.cask.cdap.proto.artifact.ArtifactClasses.Builder
-
- addServices(List<String>) - Method in class co.cask.cdap.proto.DistributedProgramLiveInfo
-
- addUsedByModule(String) - Method in class co.cask.cdap.proto.DatasetModuleMeta
-
Adds module to the list of dependant modules
- addWorkflowDetails(String, String, long, Map<String, Long>) - Method in class co.cask.cdap.proto.WorkflowStatsComparison.ProgramNodes
-
- app(String) - Method in class co.cask.cdap.proto.id.NamespaceId
-
- appId - Variable in class co.cask.cdap.proto.BatchProgram
-
- ApplicationClass - Class in co.cask.cdap.proto.artifact
-
Contains information about an Application class.
- ApplicationClass(String, String, Schema) - Constructor for class co.cask.cdap.proto.artifact.ApplicationClass
-
- ApplicationClassInfo - Class in co.cask.cdap.proto.artifact
-
Represents the objects returned by /classes/app/{classname}
- ApplicationClassInfo(ArtifactSummary, String, Schema) - Constructor for class co.cask.cdap.proto.artifact.ApplicationClassInfo
-
- ApplicationClassSummary - Class in co.cask.cdap.proto.artifact
-
Represents the objects returned by /classes/app
- ApplicationClassSummary(ArtifactSummary, String) - Constructor for class co.cask.cdap.proto.artifact.ApplicationClassSummary
-
- ApplicationDetail - Class in co.cask.cdap.proto
-
Represents an application returned for /apps/{app-id}.
- ApplicationDetail(String, String, String, List<StreamDetail>, List<DatasetDetail>, List<ProgramRecord>, List<PluginDetail>, ArtifactSummary) - Constructor for class co.cask.cdap.proto.ApplicationDetail
-
- ApplicationId - Class in co.cask.cdap.proto.id
-
Uniquely identifies an application.
- ApplicationId(String, String) - Constructor for class co.cask.cdap.proto.id.ApplicationId
-
- ApplicationRecord - Class in co.cask.cdap.proto
-
Represents item in the list from /apps
- ApplicationRecord(ArtifactSummary, String, String) - Constructor for class co.cask.cdap.proto.ApplicationRecord
-
- ApplicationRecord(String, String, String) - Constructor for class co.cask.cdap.proto.ApplicationRecord
-
Deprecated.
- ApplicationRecord(String, String, String, String, String) - Constructor for class co.cask.cdap.proto.ApplicationRecord
-
Deprecated.
- AppRequest<T> - Class in co.cask.cdap.proto.artifact
-
Request body when creating or updating an app.
- AppRequest(ArtifactSummary) - Constructor for class co.cask.cdap.proto.artifact.AppRequest
-
- AppRequest(ArtifactSummary, T) - Constructor for class co.cask.cdap.proto.artifact.AppRequest
-
- artifact - Variable in class co.cask.cdap.proto.artifact.PluginSummary
-
- artifact(String, String) - Method in class co.cask.cdap.proto.id.NamespaceId
-
- ArtifactClasses - Class in co.cask.cdap.proto.artifact
-
Classes contained in an artifact, such as plugin classes and application classes.
- ArtifactClasses.Builder - Class in co.cask.cdap.proto.artifact
-
Builder to more easily add application and plugin classes, and in the future, program and dataset classes.
- ArtifactClasses.Builder() - Constructor for class co.cask.cdap.proto.artifact.ArtifactClasses.Builder
-
- ArtifactId - Class in co.cask.cdap.proto.id
-
Uniquely identifies an artifact.
- ArtifactId(String, String, String) - Constructor for class co.cask.cdap.proto.id.ArtifactId
-
- ArtifactInfo - Class in co.cask.cdap.proto.artifact
-
Represents an artifact returned by /artifacts/{artifact-name}/versions/{artifact-version}.
- ArtifactInfo(ArtifactId, ArtifactClasses, Map<String, String>) - Constructor for class co.cask.cdap.proto.artifact.ArtifactInfo
-
- ArtifactInfo(String, String, ArtifactScope, ArtifactClasses, Map<String, String>) - Constructor for class co.cask.cdap.proto.artifact.ArtifactInfo
-
- ArtifactRange - Class in co.cask.cdap.proto.artifact
-
Represents a range of versions for an artifact.
- ArtifactRange(Id.Namespace, String, ArtifactVersion, ArtifactVersion) - Constructor for class co.cask.cdap.proto.artifact.ArtifactRange
-
- ArtifactRange(Id.Namespace, String, ArtifactVersion, boolean, ArtifactVersion, boolean) - Constructor for class co.cask.cdap.proto.artifact.ArtifactRange
-
- ArtifactSummary - Class in co.cask.cdap.proto.artifact
-
Represents an artifact returned by /artifacts and /artifacts/{artifact-name}.
- ArtifactSummary(String, String) - Constructor for class co.cask.cdap.proto.artifact.ArtifactSummary
-
- ArtifactSummary(String, String, ArtifactScope) - Constructor for class co.cask.cdap.proto.artifact.ArtifactSummary
-
- AuditMessage - Class in co.cask.cdap.proto.audit
-
Represents a change on an entity that needs to be audited.
- AuditMessage(long, EntityId, String, AuditType, AuditPayload) - Constructor for class co.cask.cdap.proto.audit.AuditMessage
-
- AuditMessageTypeAdapter - Class in co.cask.cdap.proto.codec
-
- AuditMessageTypeAdapter() - Constructor for class co.cask.cdap.proto.codec.AuditMessageTypeAdapter
-
- AuditPayload - Class in co.cask.cdap.proto.audit
-
- AuditPayload() - Constructor for class co.cask.cdap.proto.audit.AuditPayload
-
- AuditType - Enum in co.cask.cdap.proto.audit
-
- AuthorizationRequest - Class in co.cask.cdap.proto.security
-
Contains components for an Authorization request.
- AuthorizationRequest(EntityId, Principal, Set<Action>) - Constructor for class co.cask.cdap.proto.security.AuthorizationRequest
-
- ParentedId<T extends EntityId> - Interface in co.cask.cdap.proto.id
-
- parse(String) - Static method in class co.cask.cdap.proto.artifact.ArtifactRange
-
Parses the string representation of an artifact range, which is of the form:
{namespace}:{name}[{lower-version},{upper-version}].
- parse(Id.Namespace, String) - Static method in class co.cask.cdap.proto.artifact.ArtifactRange
-
Parses an unnamespaced string representation of an artifact range.
- parse(Id.Namespace, String) - Static method in class co.cask.cdap.proto.Id.Artifact
-
Deprecated.
Parses a string expected to be of the form {name}-{version}.jar into an
Id.Artifact,
where name is a valid id and version is of the form expected by
ArtifactVersion.
- PercentileInformation - Class in co.cask.cdap.proto
-
This class keeps track of the percentiles, and run ids for a particular percentile.
- PercentileInformation(double, long, List<String>) - Constructor for class co.cask.cdap.proto.PercentileInformation
-
- PluginDetail - Class in co.cask.cdap.proto
-
Represents a plugin id and name in an HTTP response.
- PluginDetail(String, String, String) - Constructor for class co.cask.cdap.proto.PluginDetail
-
- PluginInfo - Class in co.cask.cdap.proto.artifact
-
Represents an plugin info returned by
/artifacts/{artifact-name}/versions/{artifact-version}/extensions/{plugin-type}/plugins/{plugin-name}
- PluginInfo(String, String, String, String, ArtifactSummary, Map<String, PluginPropertyField>, Set<String>) - Constructor for class co.cask.cdap.proto.artifact.PluginInfo
-
- PluginInstanceDetail - Class in co.cask.cdap.proto
-
Represents a plugin instance in an HTTP Response
- PluginInstanceDetail(String, Plugin) - Constructor for class co.cask.cdap.proto.PluginInstanceDetail
-
- PluginSummary - Class in co.cask.cdap.proto.artifact
-
Represents an plugin info returned by
/artifacts/{artifact-name}/versions/{artifact-version}/extensions/{plugin-type}
- PluginSummary(String, String, String, String, ArtifactSummary) - Constructor for class co.cask.cdap.proto.artifact.PluginSummary
-
- Principal - Class in co.cask.cdap.proto.security
-
Identifies a user, group or role which can be authorized to perform an
Action on a
EntityId.
- Principal(String, Principal.PrincipalType) - Constructor for class co.cask.cdap.proto.security.Principal
-
- Principal.PrincipalType - Enum in co.cask.cdap.proto.security
-
- Privilege - Class in co.cask.cdap.proto.security
-
- Privilege(EntityId, Action) - Constructor for class co.cask.cdap.proto.security.Privilege
-
- program(ProgramType, String) - Method in class co.cask.cdap.proto.id.ApplicationId
-
- programId - Variable in class co.cask.cdap.proto.BatchProgram
-
- ProgramId - Class in co.cask.cdap.proto.id
-
Uniquely identifies a program.
- ProgramId(String, String, ProgramType, String) - Constructor for class co.cask.cdap.proto.id.ProgramId
-
- ProgramLiveInfo - Class in co.cask.cdap.proto
-
Represents information about running programs.
- ProgramLiveInfo(Id.Program, String) - Constructor for class co.cask.cdap.proto.ProgramLiveInfo
-
- ProgramRecord - Class in co.cask.cdap.proto.metadata.lineage
-
- ProgramRecord(Id.NamespacedId) - Constructor for class co.cask.cdap.proto.metadata.lineage.ProgramRecord
-
- ProgramRecord - Class in co.cask.cdap.proto
-
Represents a program in an HTTP response.
- ProgramRecord(ProgramType, String, String, String) - Constructor for class co.cask.cdap.proto.ProgramRecord
-
- ProgramRecord(ProgramType, String, String, String, String) - Constructor for class co.cask.cdap.proto.ProgramRecord
-
Deprecated.
- ProgramRunId - Class in co.cask.cdap.proto.id
-
Uniquely identifies a program run.
- ProgramRunId(String, String, ProgramType, String, String) - Constructor for class co.cask.cdap.proto.id.ProgramRunId
-
- ProgramRunStatus - Enum in co.cask.cdap.proto
-
Program Status Types used to query program runs
- ProgramStatus - Enum in co.cask.cdap.proto
-
Program level status types.
- programType - Variable in class co.cask.cdap.proto.BatchProgram
-
- ProgramType - Enum in co.cask.cdap.proto
-
Defines types of programs supported by the system.
- ProgramTypes - Class in co.cask.cdap.proto
-
- ProgramTypes() - Constructor for class co.cask.cdap.proto.ProgramTypes
-
- validate() - Method in class co.cask.cdap.proto.BatchProgram
-
Since this is often created through gson deserialization, check that all the fields are present and valid.
- valueOf(String) - Static method in enum co.cask.cdap.proto.audit.AuditType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.cdap.proto.audit.payload.access.AccessType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.cdap.proto.Containers.ContainerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.cdap.proto.element.EntityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.cdap.proto.metadata.lineage.CollapseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.cdap.proto.metadata.MetadataScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.cdap.proto.metadata.MetadataSearchTargetType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.cdap.proto.ProgramRunStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.cdap.proto.ProgramStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.cdap.proto.ProgramType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.cdap.proto.QueryStatus.OpStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.cdap.proto.RestartServiceInstancesStatus.RestartStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.cdap.proto.security.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.cdap.proto.security.Principal.PrincipalType
-
Returns the enum constant of this type with the specified name.
- valueOfCategoryName(String) - Static method in enum co.cask.cdap.proto.ProgramType
-
- valueOfIdClass(Class<? extends EntityId>) - Static method in enum co.cask.cdap.proto.element.EntityType
-
- valueOfOldIdClass(Class<? extends Id>) - Static method in enum co.cask.cdap.proto.element.EntityType
-
- valueOfPrettyName(String) - Static method in enum co.cask.cdap.proto.ProgramType
-
- valueOfSchedulableType(SchedulableProgramType) - Static method in enum co.cask.cdap.proto.ProgramType
-
- valueOfSerializedForm(String) - Static method in enum co.cask.cdap.proto.metadata.MetadataSearchTargetType
-
- values() - Static method in enum co.cask.cdap.proto.audit.AuditType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.cdap.proto.audit.payload.access.AccessType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.cdap.proto.Containers.ContainerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.cdap.proto.element.EntityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.cdap.proto.metadata.lineage.CollapseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.cdap.proto.metadata.MetadataScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.cdap.proto.metadata.MetadataSearchTargetType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.cdap.proto.ProgramRunStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.cdap.proto.ProgramStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.cdap.proto.ProgramType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.cdap.proto.QueryStatus.OpStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.cdap.proto.RestartServiceInstancesStatus.RestartStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.cdap.proto.security.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.cdap.proto.security.Principal.PrincipalType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- version - Variable in class co.cask.cdap.proto.artifact.ArtifactSummary
-
- Version - Class in co.cask.cdap.proto
-
Represents the current software version.
- Version(String) - Constructor for class co.cask.cdap.proto.Version
-
- versionIsInRange(ArtifactVersion) - Method in class co.cask.cdap.proto.artifact.ArtifactRange
-
- view(String) - Method in class co.cask.cdap.proto.id.StreamId
-
- ViewDetail - Class in co.cask.cdap.proto
-
Represents a view in an HTTP response.
- ViewDetail(String, ViewSpecification) - Constructor for class co.cask.cdap.proto.ViewDetail
-
- ViewSpecification - Class in co.cask.cdap.proto
-
Represents the configuration of a stream view, used when creating or updating a view.
- ViewSpecification(FormatSpecification, String) - Constructor for class co.cask.cdap.proto.ViewSpecification
-
- ViewSpecification(FormatSpecification) - Constructor for class co.cask.cdap.proto.ViewSpecification
-
- ViewSpecification(ViewSpecification) - Constructor for class co.cask.cdap.proto.ViewSpecification
-