Codota Logo
ImmutableTimeLockRuntimeConfiguration
Code IndexAdd Codota to your IDE (free)

How to use
ImmutableTimeLockRuntimeConfiguration
in
com.palantir.timelock.config

Best Java code snippets using com.palantir.timelock.config.ImmutableTimeLockRuntimeConfiguration (Showing top 4 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
ArrayList a =
  • Codota Iconnew ArrayList<String>()
  • Codota Iconnew ArrayList()
  • Codota Iconnew ArrayList<Object>()
  • Smart code suggestions by Codota
}
origin: palantir/atlasdb

@Test
public void throwOnNegativeLeaderPingResponseWait() {
  assertThatThrownBy(() -> ImmutableTimeLockRuntimeConfiguration.builder()
      .slowLockLogTriggerMillis(-1L)
      .build()).isInstanceOf(IllegalStateException.class);
}
origin: palantir/atlasdb

@Test
public void canCreateWithZeroClients() {
  ImmutableTimeLockRuntimeConfiguration.builder().build();
}
origin: palantir/atlasdb

@Test
public void canSpecifyPositiveLockLoggerTimeout() {
  ImmutableTimeLockRuntimeConfiguration.builder()
      .slowLockLogTriggerMillis(1L)
      .build();
}
origin: palantir/atlasdb

    .build();
TimeLockRuntimeConfiguration runtime = ImmutableTimeLockRuntimeConfiguration.builder()
    .paxos(ImmutablePaxosRuntimeConfiguration.builder()
        .leaderPingResponseWaitMs(paxos.leaderPingResponseWaitMs())
com.palantir.timelock.configImmutableTimeLockRuntimeConfiguration

Most used methods

  • builder

Popular in Java

  • Reading from database using SQL prepared statement
  • compareTo (BigDecimal)
  • getContentResolver (Context)
  • setScale (BigDecimal)
    Returns a BigDecimal whose scale is the specified value, and whose value is numerically equal to thi
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • Point (java.awt)
    A point representing a location in (x, y) coordinate space, specified in integer precision.
  • IOException (java.io)
    Signals that an I/O exception of some sort has occurred. This class is the general class of exceptio
  • Callable (java.util.concurrent)
    A task that returns a result and may throw an exception. Implementors define a single method with no
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • JList (javax.swing)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now