Uses of Class
flyteidl.core.Catalog.CatalogCacheStatus
-
Packages that use Catalog.CatalogCacheStatus Package Description flyteidl.admin flyteidl.core flyteidl.event -
-
Uses of Catalog.CatalogCacheStatus in flyteidl.admin
Methods in flyteidl.admin that return Catalog.CatalogCacheStatus Modifier and Type Method Description Catalog.CatalogCacheStatusNodeExecutionOuterClass.TaskNodeMetadata.Builder. getCacheStatus()Captures the status of caching for this execution.Catalog.CatalogCacheStatusNodeExecutionOuterClass.TaskNodeMetadata. getCacheStatus()Captures the status of caching for this execution.Catalog.CatalogCacheStatusNodeExecutionOuterClass.TaskNodeMetadataOrBuilder. getCacheStatus()Captures the status of caching for this execution.Methods in flyteidl.admin with parameters of type Catalog.CatalogCacheStatus Modifier and Type Method Description NodeExecutionOuterClass.TaskNodeMetadata.BuilderNodeExecutionOuterClass.TaskNodeMetadata.Builder. setCacheStatus(Catalog.CatalogCacheStatus value)Captures the status of caching for this execution. -
Uses of Catalog.CatalogCacheStatus in flyteidl.core
Fields in flyteidl.core declared as Catalog.CatalogCacheStatus Modifier and Type Field Description private static Catalog.CatalogCacheStatus[]Catalog.CatalogCacheStatus. VALUESFields in flyteidl.core with type parameters of type Catalog.CatalogCacheStatus Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Catalog.CatalogCacheStatus>Catalog.CatalogCacheStatus. internalValueMapMethods in flyteidl.core that return Catalog.CatalogCacheStatus Modifier and Type Method Description static Catalog.CatalogCacheStatusCatalog.CatalogCacheStatus. forNumber(int value)static Catalog.CatalogCacheStatusCatalog.CatalogCacheStatus. valueOf(int value)Deprecated.static Catalog.CatalogCacheStatusCatalog.CatalogCacheStatus. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Catalog.CatalogCacheStatusCatalog.CatalogCacheStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Catalog.CatalogCacheStatus[]Catalog.CatalogCacheStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in flyteidl.core that return types with arguments of type Catalog.CatalogCacheStatus Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Catalog.CatalogCacheStatus>Catalog.CatalogCacheStatus. internalGetValueMap() -
Uses of Catalog.CatalogCacheStatus in flyteidl.event
Methods in flyteidl.event that return Catalog.CatalogCacheStatus Modifier and Type Method Description Catalog.CatalogCacheStatusEvent.ExternalResourceInfo.Builder. getCacheStatus()Captures the status of caching for this external resource execution.Catalog.CatalogCacheStatusEvent.ExternalResourceInfo. getCacheStatus()Captures the status of caching for this external resource execution.Catalog.CatalogCacheStatusEvent.ExternalResourceInfoOrBuilder. getCacheStatus()Captures the status of caching for this external resource execution.Catalog.CatalogCacheStatusEvent.TaskNodeMetadata.Builder. getCacheStatus()Captures the status of caching for this execution.Catalog.CatalogCacheStatusEvent.TaskNodeMetadata. getCacheStatus()Captures the status of caching for this execution.Catalog.CatalogCacheStatusEvent.TaskNodeMetadataOrBuilder. getCacheStatus()Captures the status of caching for this execution.Methods in flyteidl.event with parameters of type Catalog.CatalogCacheStatus Modifier and Type Method Description Event.ExternalResourceInfo.BuilderEvent.ExternalResourceInfo.Builder. setCacheStatus(Catalog.CatalogCacheStatus value)Captures the status of caching for this external resource execution.Event.TaskNodeMetadata.BuilderEvent.TaskNodeMetadata.Builder. setCacheStatus(Catalog.CatalogCacheStatus value)Captures the status of caching for this execution.
-