Uses of Class
com.microsoft.azure.toolkit.lib.common.DataStore.Field
-
Packages that use DataStore.Field Package Description com.microsoft.azure.toolkit.lib.common com.microsoft.azure.toolkit.lib.common.messager com.microsoft.azure.toolkit.lib.common.telemetry -
-
Uses of DataStore.Field in com.microsoft.azure.toolkit.lib.common
Methods in com.microsoft.azure.toolkit.lib.common that return DataStore.Field Modifier and Type Method Description static <D> DataStore.Field<D>DataStore.Field. of(String name)Methods in com.microsoft.azure.toolkit.lib.common with parameters of type DataStore.Field Modifier and Type Method Description default <D> DDataStore. get(DataStore.Field<D> key)default <D> DDataStore. get(DataStore.Field<D> key, D dft)default <D> voidDataStore. set(DataStore.Field<D> key, D val) -
Uses of DataStore.Field in com.microsoft.azure.toolkit.lib.common.messager
Fields in com.microsoft.azure.toolkit.lib.common.messager declared as DataStore.Field Modifier and Type Field Description (package private) static DataStore.Field<AzureMessage.Context>AzureMessage. MESSAGE_CONTEXT -
Uses of DataStore.Field in com.microsoft.azure.toolkit.lib.common.telemetry
Fields in com.microsoft.azure.toolkit.lib.common.telemetry declared as DataStore.Field Modifier and Type Field Description (package private) static DataStore.Field<AzureTelemetry.Context>AzureTelemetry. TELEMETRY_CONTEXT
-