Uses of Class
com.microsoft.azure.cosmosdb.internal.directconnectivity.rntbd.RntbdRequestRecord.Stage
-
Packages that use RntbdRequestRecord.Stage Package Description com.microsoft.azure.cosmosdb.internal.directconnectivity.rntbd -
-
Uses of RntbdRequestRecord.Stage in com.microsoft.azure.cosmosdb.internal.directconnectivity.rntbd
Methods in com.microsoft.azure.cosmosdb.internal.directconnectivity.rntbd that return RntbdRequestRecord.Stage Modifier and Type Method Description RntbdRequestRecord.StageRntbdRequestRecord. stage()static RntbdRequestRecord.StageRntbdRequestRecord.Stage. valueOf(String name)Returns the enum constant of this type with the specified name.static RntbdRequestRecord.Stage[]RntbdRequestRecord.Stage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.cosmosdb.internal.directconnectivity.rntbd with parameters of type RntbdRequestRecord.Stage Modifier and Type Method Description RntbdRequestRecordRntbdRequestRecord. stage(RntbdRequestRecord.Stage value)
-