Uses of Enum Class
com.norconex.committer.googlecloudsearch.GoogleCloudSearchCommitterConfig.RequestMode
Packages that use GoogleCloudSearchCommitterConfig.RequestMode
-
Uses of GoogleCloudSearchCommitterConfig.RequestMode in com.norconex.committer.googlecloudsearch
Methods in com.norconex.committer.googlecloudsearch that return GoogleCloudSearchCommitterConfig.RequestModeModifier and TypeMethodDescriptionGoogleCloudSearchCommitterConfig.getRequestMode()The priority/consistency mode sent with indexing and delete requests.Returns the enum constant of this class with the specified name.GoogleCloudSearchCommitterConfig.RequestMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.norconex.committer.googlecloudsearch with parameters of type GoogleCloudSearchCommitterConfig.RequestModeModifier and TypeMethodDescriptionGoogleCloudSearchCommitterConfig.setRequestMode(GoogleCloudSearchCommitterConfig.RequestMode requestMode) The priority/consistency mode sent with indexing and delete requests.