Class H5FD_ros3_fapl_t

java.lang.Object
hdf.hdf5lib.structs.H5FD_ros3_fapl_t
All Implemented Interfaces:
java.io.Serializable

public class H5FD_ros3_fapl_t
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    H5FD_ros3_fapl_t()
    Create a "default" fapl_t structure, for anonymous access.
    H5FD_ros3_fapl_t​(java.lang.String region, java.lang.String id, java.lang.String key)
    Create a fapl_t structure with the specified components.
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    int hashCode()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • H5FD_ros3_fapl_t

      public H5FD_ros3_fapl_t()
      Create a "default" fapl_t structure, for anonymous access.
    • H5FD_ros3_fapl_t

      public H5FD_ros3_fapl_t​(java.lang.String region, java.lang.String id, java.lang.String key)
      Create a fapl_t structure with the specified components. If all are the empty string, is anonymous (non-authenticating). Region and ID must both be supplied for authentication.
      Parameters:
      region - "aws region" for authenticating request
      id - "secret id" or "access id" for authenticating request
      key - "secret key" or "access key" for authenticating request
  • Method Details

    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object