Uses of Class
com.google.cloud.logging.Synchronicity
-
Packages that use Synchronicity Package Description com.google.cloud.logging A client for Cloud Logging - Real-time log management and analysis. -
-
Uses of Synchronicity in com.google.cloud.logging
Methods in com.google.cloud.logging that return Synchronicity Modifier and Type Method Description SynchronicityLoggingHandler. getSynchronicity()Get the flush log level.SynchronicityLogging. getWriteSynchronicity()Retrieves current set synchronicitySynchronicityof logging writes.static SynchronicitySynchronicity. valueOf(String name)Returns the enum constant of this type with the specified name.static Synchronicity[]Synchronicity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.logging with parameters of type Synchronicity Modifier and Type Method Description voidLoggingHandler. setSynchronicity(Synchronicity synchronicity)Sets synchronicity of logging writes.voidLogging. setWriteSynchronicity(Synchronicity synchronicity)Sets synchronicitySynchronicityof logging writes, defaults to asynchronous.
-