Tabnine Logo
OneOf.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.apache.polygene.library.constraints.annotation.OneOf
constructor

Best Java code snippets using org.apache.polygene.library.constraints.annotation.OneOf.<init> (Showing top 13 results out of 315)

origin: org.apache.polygene.libraries/org.apache.polygene.library.http

/**
 * @return Type of the keystore that contains the {@link SecureJettyService} certificate.
 */
@OneOf( { "PKCS12", "JCEKS", "JKS" } )
Property<String> keystoreType();
origin: apache/attic-polygene-java

/**
 * @return Type of the keystore that contains the {@link SecureJettyService} certificate.
 */
@OneOf( { "PKCS12", "JCEKS", "JKS" } )
Property<String> keystoreType();
origin: apache/attic-polygene-java

/**
 * @return Type of the keystore that contains the certificates trusted by the {@link SecureJettyService}.
 */
@Optional
@OneOf( { "PKCS12", "JCEKS", "JKS" } )
Property<String> truststoreType();
origin: apache/attic-polygene-java

/**
 * Heap tier size unit.
 *
 * @return Heap tier size unit
 */
@OneOf( { "B", "KB", "MB", "GB", "TB", "PB" } )
@UseDefaults( "MB" )
Property<String> heapUnit();
origin: org.apache.polygene.libraries/org.apache.polygene.library.http

/**
 * @return Type of the keystore that contains the certificates trusted by the {@link SecureJettyService}.
 */
@Optional
@OneOf( { "PKCS12", "JCEKS", "JKS" } )
Property<String> truststoreType();
origin: apache/attic-polygene-java

/**
 * Type of the keystore used for server certificate authentication.
 *
 * @return Type of the keystore used for server certificate authentication
 */
@Optional
@OneOf( { "PKCS12", "JCEKS", "JKS" } )
Property<String> truststoreType();
origin: apache/attic-polygene-java

/**
 * Disk tier size unit.
 *
 * @return Disk tier size unit
 */
@OneOf( { "B", "KB", "MB", "GB", "TB", "PB" } )
@UseDefaults( "MB" )
Property<String> diskUnit();
origin: apache/attic-polygene-java

/**
 * Type of the keystore used for client certificate authentication.
 *
 * @return Type of the keystore used for client certificate authentication
 */
@Optional
@OneOf( { "PKCS12", "JCEKS", "JKS" } )
Property<String> keystoreType();
origin: apache/attic-polygene-java

/**
 * Off-heap tier size unit.
 *
 * @return Off-heap tier size unit
 */
@OneOf( { "B", "KB", "MB", "GB", "TB", "PB" } )
@UseDefaults( "MB" )
Property<String> offHeapUnit();
origin: apache/attic-polygene-java

/**
 * Unit for maximum size of cached objects.
 *
 * @return Unit for maximum size of cached objects
 */
@OneOf( { "B", "KB", "MB", "GB", "TB", "PB" } )
@UseDefaults( "MB" )
Property<String> maxObjectSizeUnit();
origin: apache/attic-polygene-java

/**
 * Expiry policy.
 *
 * @return Expiry policy
 */
@OneOf( { "NONE", "TIME_TO_IDLE", "TIME_TO_LIVE" } )
@UseDefaults( "NONE" )
Property<String> expiry();
origin: apache/attic-polygene-java

  /**
   * Expiry time unit.
   *
   * @return Expiry time unit
   */
  @OneOf( { "MILLISECONDS", "SECONDS", "MINUTES", "HOURS", "DAYS" } )
  @UseDefaults( "SECONDS" )
  Property<String> expiryTimeUnit();
}
origin: apache/attic-polygene-java

@OneOf( { "Bar", "Xyzzy" } ) Property<String> oneOf();
org.apache.polygene.library.constraints.annotationOneOf<init>

Popular methods of OneOf

  • value

Popular in Java

  • Updating database using SQL prepared statement
  • startActivity (Activity)
  • setRequestProperty (URLConnection)
  • onCreateOptionsMenu (Activity)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • CodeWhisperer alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now