Package hdf.hdf5lib
Class HDF5Constants
- java.lang.Object
-
- hdf.hdf5lib.HDF5Constants
-
public class HDF5Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
H5_INDEX_CRT_ORDER
indices on links, index on creation orderstatic int
H5_INDEX_N
indices on links, number of indices definedstatic int
H5_INDEX_NAME
indices on links, index on namesstatic int
H5_INDEX_UNKNOWN
indices on links, unknown index typestatic int
H5_ITER_DEC
Common iteration orders, Decreasing orderstatic int
H5_ITER_INC
Common iteration orders, Increasing orderstatic int
H5_ITER_N
Common iteration orders, Number of iteration ordersstatic int
H5_ITER_NATIVE
Common iteration orders, No particular order, whatever is fasteststatic int
H5_ITER_UNKNOWN
Common iteration orders, Unknown orderstatic int
H5_SZIP_ALLOW_K13_OPTION_MASK
Special parameters for szip compressionstatic int
H5_SZIP_CHIP_OPTION_MASK
Special parameters for szip compressionstatic int
H5_SZIP_EC_OPTION_MASK
Special parameters for szip compressionstatic int
H5_SZIP_MAX_PIXELS_PER_BLOCK
Special parameters for szip compressionstatic int
H5_SZIP_NN_OPTION_MASK
Special parameters for szip compressionstatic int
H5_VOL_INVALID
static int
H5_VOL_MAX
static int
H5_VOL_NATIVE
static int
H5_VOL_RESERVED
static int
H5AC_CURR_CACHE_CONFIG_VERSION
The version of the H5AC_cache_config_t in usestatic int
H5AC_MAX_TRACE_FILE_NAME_LEN
The maximum length of the trace file pathstatic int
H5AC_METADATA_WRITE_STRATEGY_DISTRIBUTED
In the distributed metadata write strategy, process zero still makes the decisions as to what entries should be flushed, but the actual flushes are distributed across the processes in the computation to the extent possible.static int
H5AC_METADATA_WRITE_STRATEGY_PROCESS_ZERO_ONLY
When metadata_write_strategy is set to this value, only process zero is allowed to write dirty metadata to disk.static int
H5C_decr_age_out
At the end of each epoch, search the cache for entries that have not been accessed for at least the number of epochs specified in the epochs_before_eviction field, and evict these entriesstatic int
H5C_decr_age_out_with_threshold
Same as age_out, but we only attempt to reduce the cache size when the hit rate observed over the last epoch exceeds the value provided in the upper_hr_threshold fieldstatic int
H5C_decr_off
Don't attempt to decrease the size of the cache automaticallystatic int
H5C_decr_threshold
Attempt to decrease the size of the cache whenever the average hit rate over the last epoch rises above the value supplied in the upper_hr_threshold fieldstatic int
H5C_flash_incr_add_space
increase the current maximum cache size by x * flash_multiple less any free space in the cachestatic int
H5C_flash_incr_off
Don't perform flash increases in the size of the cachestatic int
H5C_incr_off
Don't attempt to increase the size of the cache automaticallystatic int
H5C_incr_threshold
Attempt to increase the size of the cache whenever the average hit rate over the last epoch drops below the value supplied in the lower_hr_threshold fieldstatic int
H5D_ALLOC_TIME_DEFAULT
static int
H5D_ALLOC_TIME_EARLY
static int
H5D_ALLOC_TIME_ERROR
static int
H5D_ALLOC_TIME_INCR
static int
H5D_ALLOC_TIME_LATE
static int
H5D_CHUNK_DONT_FILTER_PARTIAL_CHUNKS
static int
H5D_CHUNK_IDX_BTREE
static int
H5D_CHUNKED
static int
H5D_COMPACT
static int
H5D_CONTIGUOUS
static int
H5D_FILL_TIME_ALLOC
static int
H5D_FILL_TIME_ERROR
static int
H5D_FILL_TIME_IFSET
static int
H5D_FILL_TIME_NEVER
static int
H5D_FILL_VALUE_DEFAULT
static int
H5D_FILL_VALUE_ERROR
static int
H5D_FILL_VALUE_UNDEFINED
static int
H5D_FILL_VALUE_USER_DEFINED
static int
H5D_LAYOUT_ERROR
static int
H5D_NLAYOUTS
static int
H5D_SPACE_STATUS_ALLOCATED
static int
H5D_SPACE_STATUS_ERROR
static int
H5D_SPACE_STATUS_NOT_ALLOCATED
static int
H5D_SPACE_STATUS_PART_ALLOCATED
static int
H5D_VDS_ERROR
static int
H5D_VDS_FIRST_MISSING
static int
H5D_VDS_LAST_AVAILABLE
static int
H5D_VIRTUAL
static long
H5E_ALIGNMENT
Minor error codes - Object header related errors - Alignment errorstatic long
H5E_ALREADYEXISTS
Minor error codes - Resource errors - Object already existsstatic long
H5E_ALREADYINIT
Minor error codes - Function entry/exit interface - Object already initializedstatic long
H5E_ARGS
Major error codes - Invalid arguments to routinestatic long
H5E_ATTR
Major error codes - Attributestatic long
H5E_BADFILE
Minor error codes - File accessibility errors - Bad file ID accessedstatic long
H5E_BADGROUP
Minor error codes - Object ID related errors - Unable to find ID group informationstatic long
H5E_BADID
Minor error codes - Object ID related errors - Unable to find ID information (already closed?)static long
H5E_BADITER
Minor error codes - Object header related errors - Iteration failedstatic long
H5E_BADMESG
Minor error codes - Object header related errors - Unrecognized messagestatic long
H5E_BADRANGE
Minor error codes - Argument errors - Out of rangestatic long
H5E_BADSELECT
Minor error codes - Dataspace errors - Invalid selectionstatic long
H5E_BADSIZE
Datatype conversion errors - Bad size for objectstatic long
H5E_BADTYPE
Minor error codes - Argument errors - Inappropriate typestatic long
H5E_BADVALUE
Minor error codes - Argument errors - Bad valuestatic long
H5E_BTREE
Major error codes - B-Tree nodestatic long
H5E_CACHE
Major error codes - Object cachestatic long
H5E_CALLBACK
I/O pipeline errors - Callback failedstatic long
H5E_CANAPPLY
I/O pipeline errors - Error from filter 'can apply' callbackstatic long
H5E_CANTALLOC
Minor error codes - Resource errors - Can't allocate spacestatic long
H5E_CANTAPPEND
Minor error codes - Dataspace errors - Can't append objectstatic long
H5E_CANTATTACH
Minor error codes - Heap errors - Can't attach objectstatic long
H5E_CANTCLEAN
Minor error codes - Cache related errors - Unable to mark metadata as cleanstatic long
H5E_CANTCLIP
Minor error codes - Dataspace errors - Can't clip hyperslab regionstatic long
H5E_CANTCLOSEFILE
Minor error codes - File accessibility errors - Unable to close filestatic long
H5E_CANTCLOSEOBJ
Minor error codes - Group related errors - Can't close objectstatic long
H5E_CANTCOMPARE
Minor error codes - Dataspace errors - Can't compare objectsstatic long
H5E_CANTCOMPUTE
Minor error codes - Heap errors - Can't compute valuestatic long
H5E_CANTCONVERT
Datatype conversion errors - Can't convert datatypesstatic long
H5E_CANTCOPY
Minor error codes - Resource errors - Unable to copy objectstatic long
H5E_CANTCORK
Minor error codes - Cache related errors - Unable to cork an objectstatic long
H5E_CANTCOUNT
Minor error codes - Dataspace errors - Can't count elementsstatic long
H5E_CANTCREATE
Minor error codes - File accessibility errors - Unable to create filestatic long
H5E_CANTDEC
Minor error codes - Object ID related errors - Unable to decrement reference countstatic long
H5E_CANTDECODE
Minor error codes - B-tree related errors - Unable to decode valuestatic long
H5E_CANTDELETE
Minor error codes - Object header related errors - Can't delete messagestatic long
H5E_CANTDELETEFILE
Minor error codes - File accessibility errors - Unable to delete filestatic long
H5E_CANTDEPEND
Minor error codes - Cache related errors - Unable to create a flush dependencystatic long
H5E_CANTDIRTY
Minor error codes - Cache related errors - Unable to mark metadata as dirtystatic long
H5E_CANTENCODE
Minor error codes - B-tree related errors - Unable to encode valuestatic long
H5E_CANTEXPUNGE
Minor error codes - Cache related errors - Unable to expunge a metadata cache entrystatic long
H5E_CANTEXTEND
Minor error codes - Heap errors - Can't extend heap's spacestatic long
H5E_CANTFILTER
I/O pipeline errors - Filter operation failedstatic long
H5E_CANTFLUSH
Minor error codes - Cache related errors - Unable to flush data from cachestatic long
H5E_CANTFREE
Minor error codes - Resource errors - Unable to free objectstatic long
H5E_CANTGATHER
Minor error codes - Parallel MPI - Can't gather datastatic long
H5E_CANTGC
Minor error codes - Resource errors - Unable to garbage collectstatic long
H5E_CANTGET
Minor error codes - Property list errors - Can't get valuestatic long
H5E_CANTGETSIZE
Minor error codes - Resource errors - Unable to compute sizestatic long
H5E_CANTINC
Minor error codes - Object ID related errors - Unable to increment reference countstatic long
H5E_CANTINIT
Minor error codes - Function entry/exit interface - Unable to initialize objectstatic long
H5E_CANTINS
Minor error codes - Cache related errors - Unable to insert metadata into cachestatic long
H5E_CANTINSERT
Minor error codes - B-tree related errors - Unable to insert objectstatic long
H5E_CANTLIST
Minor error codes - B-tree related errors - Unable to list nodestatic long
H5E_CANTLOAD
Minor error codes - Cache related errors - Unable to load metadata into cachestatic long
H5E_CANTLOCK
Minor error codes - Resource errors - Unable to lock objectstatic long
H5E_CANTLOCKFILE
Minor error codes - File accessibility errors Unable to lock filestatic long
H5E_CANTMARKCLEAN
Minor error codes - Cache related errors - Unable to mark a pinned entry as cleanstatic long
H5E_CANTMARKDIRTY
Minor error codes - Cache related errors - Unable to mark a pinned entry as dirtystatic long
H5E_CANTMARKSERIALIZED
Minor error codes - Cache related errors - Unable to mark an entry as unserializedstatic long
H5E_CANTMARKUNSERIALIZED
Minor error codes - Cache related errors - Unable to mark an entry as serializedstatic long
H5E_CANTMERGE
Minor error codes - Free space errors - Can't merge objectsstatic long
H5E_CANTMODIFY
Minor error codes - B-tree related errors - Unable to modify recordstatic long
H5E_CANTMOVE
Minor error codes - Link related errors - Can't move objectstatic long
H5E_CANTNEXT
Minor error codes - Dataspace errors - Can't move to next iterator locationstatic long
H5E_CANTNOTIFY
Minor error codes - Cache related errors - Unable to notify object about actionstatic long
H5E_CANTOPENFILE
Minor error codes - File accessibility errors - Unable to open filestatic long
H5E_CANTOPENOBJ
Minor error codes - Group related errors - Can't open objectstatic long
H5E_CANTOPERATE
Minor error codes - Heap errors - Can't operate on objectstatic long
H5E_CANTPACK
Minor error codes - Object header related errors - Can't pack messagesstatic long
H5E_CANTPIN
Minor error codes - Cache related errors - Unable to pin cache entrystatic long
H5E_CANTPROTECT
Minor error codes - Cache related errors - Unable to protect metadatastatic long
H5E_CANTRECV
Minor error codes - Parallel MPI - Can't receive datastatic long
H5E_CANTREDISTRIBUTE
Minor error codes - B-tree related errors - Unable to redistribute recordsstatic long
H5E_CANTREGISTER
Minor error codes - Object ID related errors - Unable to register new IDstatic long
H5E_CANTRELEASE
Minor error codes - Function entry/exit interface - Unable to release objectstatic long
H5E_CANTREMOVE
Minor error codes - B-tree related errors - Unable to remove objectstatic long
H5E_CANTRENAME
Minor error codes - Object header related errors - Unable to rename objectstatic long
H5E_CANTRESET
Minor error codes - Object header related errors - Can't reset objectstatic long
H5E_CANTRESIZE
Minor error codes - Cache related errors - Unable to resize a metadata cache entrystatic long
H5E_CANTRESTORE
Minor error codes - Heap errors - Can't restore conditionstatic long
H5E_CANTREVIVE
Minor error codes - Free space errors - Can't revive objectstatic long
H5E_CANTSELECT
Minor error codes - Dataspace errors - Can't select hyperslabstatic long
H5E_CANTSERIALIZE
Minor error codes - Cache related errors - Unable to serialize data from cachestatic long
H5E_CANTSET
Minor error codes - Property list errors - Can't set valuestatic long
H5E_CANTSHRINK
Minor error codes - Free space errors - Can't shrink containerstatic long
H5E_CANTSORT
Minor error codes - Link related errors - Can't sort objectsstatic long
H5E_CANTSPLIT
Minor error codes - B-tree related errors - Unable to split nodestatic long
H5E_CANTSWAP
Minor error codes - B-tree related errors - Unable to swap recordsstatic long
H5E_CANTTAG
Minor error codes - Cache related errors - Unable to tag metadata in the cachestatic long
H5E_CANTUNCORK
Minor error codes - Cache related errors - Unable to uncork an objectstatic long
H5E_CANTUNDEPEND
Minor error codes - Cache related errors - Unable to destroy a flush dependencystatic long
H5E_CANTUNLOCK
Minor error codes - Resource errors - Unable to unlock objectstatic long
H5E_CANTUNLOCKFILE
Minor error codes - File accessibility errors Unable to unlock filestatic long
H5E_CANTUNPIN
Minor error codes - Cache related errors - Unable to un-pin cache entrystatic long
H5E_CANTUNPROTECT
Minor error codes - Cache related errors - Unable to unprotect metadatastatic long
H5E_CANTUNSERIALIZE
Minor error codes - Cache related errors - Unable to mark metadata as unserializedstatic long
H5E_CANTUPDATE
Minor error codes - Heap errors - Can't update objectstatic long
H5E_CLOSEERROR
Generic low-level file I/O errors - Close failedstatic long
H5E_COMPLEN
Minor error codes - Group related errors - Name component is too longstatic long
H5E_CONTEXT
Major error codes - API Contextstatic long
H5E_DATASET
Major error codes - Datasetstatic long
H5E_DATASPACE
Major error codes - Dataspacestatic long
H5E_DATATYPE
Major error codes - Datatypestatic long
H5E_DEFAULT
Value for the default error stackstatic long
H5E_DUPCLASS
Minor error codes - Property list errors - Duplicate class name in parent classstatic long
H5E_EARRAY
Major error codes - Extensible Arraystatic long
H5E_EFL
Major error codes - External file liststatic long
H5E_ERROR
Major error codes - Error APIstatic long
H5E_EXISTS
Minor error codes - B-tree related errors - Object already existsstatic long
H5E_FARRAY
Major error codes - Fixed Arraystatic long
H5E_FCNTL
Generic low-level file I/O errors - File control (fcntl) failedstatic long
H5E_FILE
Major error codes - File accessibilitystatic long
H5E_FILEEXISTS
Minor error codes - File accessibility errors - File already existsstatic long
H5E_FILEOPEN
Minor error codes - File accessibility errors - File already openstatic long
H5E_FSPACE
Major error codes - Free Space Managerstatic long
H5E_FUNC
Major error codes - Function entry/exitstatic long
H5E_HEAP
Major error codes - Heapstatic long
H5E_ID
Major error codes - Object IDstatic long
H5E_INCONSISTENTSTATE
Minor error codes - Dataspace errors - Internal states are inconsistentstatic long
H5E_INTERNAL
Major error codes - Internal error (too specific to document in detail)static long
H5E_IO
Major error codes - Low-level I/Ostatic long
H5E_LINK
Major error codes - Linksstatic long
H5E_LINKCOUNT
Minor error codes - Object header related errors - Bad object header link countstatic long
H5E_LOGGING
Minor error codes - Cache related errors - Failure in the cache logging frameworkstatic int
H5E_MAJOR
Different kinds of error information - H5E_type_tstatic long
H5E_MAP
Major error codes - Mapstatic int
H5E_MINOR
Different kinds of error information - H5E_type_tstatic long
H5E_MOUNT
Minor error codes - File accessibility errors - File mount errorstatic long
H5E_MPI
Minor error codes - Parallel MPI - Some MPI function failedstatic long
H5E_MPIERRSTR
Minor error codes - Parallel MPI - MPI Error Stringstatic long
H5E_NLINKS
Minor error codes - Link related errors - Too many soft links in pathstatic long
H5E_NO_INDEPENDENT
Minor error codes - Parallel MPI - Can't perform independent IOstatic long
H5E_NOENCODER
I/O pipeline errors - Filter present but encoding disabledstatic long
H5E_NOFILTER
I/O pipeline errors - Requested filter is not availablestatic long
H5E_NOIDS
Minor error codes - Object ID related errors - Out of IDs for groupstatic long
H5E_NONE_MAJOR
Major error codes - No errorstatic long
H5E_NONE_MINOR
No errorstatic long
H5E_NOSPACE
Minor error codes - Resource errors - No space available for allocationstatic long
H5E_NOTCACHED
Minor error codes - Cache related errors - Metadata not currently cachedstatic long
H5E_NOTFOUND
Minor error codes - B-tree related errors - Object not foundstatic long
H5E_NOTHDF5
Minor error codes - File accessibility errors - Not an HDF5 filestatic long
H5E_NOTREGISTERED
Minor error codes - Link related errors - Link class not registeredstatic long
H5E_OBJOPEN
Minor error codes - Resource errors - Object is already openstatic long
H5E_OHDR
Major error codes - Object headerstatic long
H5E_OPENERROR
Minor error codes - Plugin errors - Can't open directory or filestatic long
H5E_OVERFLOW
Generic low-level file I/O errors - Address overflowedstatic long
H5E_PAGEBUF
Major error codes - Page Bufferingstatic long
H5E_PATH
Minor error codes - Group related errors - Problem with path to objectstatic long
H5E_PLINE
Major error codes - Data filtersstatic long
H5E_PLIST
Major error codes - Property listsstatic long
H5E_PLUGIN
Major error codes - Plugin for dynamically loaded librarystatic long
H5E_PROTECT
Minor error codes - Cache related errors - Protected metadata errorstatic long
H5E_READERROR
Generic low-level file I/O errors - Read failedstatic long
H5E_REFERENCE
Major error codes - Referencesstatic long
H5E_RESOURCE
Major error codes - Resource unavailablestatic long
H5E_RS
Major error codes - Reference Counted Stringsstatic long
H5E_SEEKERROR
Generic low-level file I/O errors - Seek failedstatic long
H5E_SETDISALLOWED
Minor error codes - Property list errors - Disallowed operationstatic long
H5E_SETLOCAL
I/O pipeline errors - Error from filter 'set local' callbackstatic long
H5E_SLIST
Major error codes - Skip Listsstatic long
H5E_SOHM
Major error codes - Shared Object Header Messagesstatic long
H5E_STORAGE
Major error codes - Data storagestatic long
H5E_SYM
Major error codes - Symbol tablestatic long
H5E_SYSERRSTR
Minor error codes - System level errors - System error messagestatic long
H5E_SYSTEM
Minor error codes - Cache related errors - Internal error detectedstatic long
H5E_TRAVERSE
Minor error codes - Link related errors - Link traversal failurestatic long
H5E_TRUNCATED
Minor error codes - File accessibility errors - File has been truncatedstatic long
H5E_TST
Major error codes - Ternary Search Treesstatic long
H5E_UNINITIALIZED
Minor error codes - Argument errors - Information is uinitializedstatic long
H5E_UNSUPPORTED
Minor error codes - Argument errors - Feature is unsupportedstatic long
H5E_VERSION
Minor error codes - Object header related errors - Wrong version numberstatic long
H5E_VFL
Major error codes - Virtual File Layerstatic long
H5E_VOL
Major error codes - Virtual Object Layerstatic long
H5E_WALK_DOWNWARD
Error stack traversal direction - begin at API function, end deepstatic long
H5E_WALK_UPWARD
Error stack traversal direction - begin deep, end at API functionstatic long
H5E_WRITEERROR
Generic low-level file I/O errors - Write failedstatic int
H5F_ACC_CREAT
static int
H5F_ACC_DEFAULT
static int
H5F_ACC_EXCL
static int
H5F_ACC_RDONLY
static int
H5F_ACC_RDWR
static int
H5F_ACC_SWMR_READ
static int
H5F_ACC_SWMR_WRITE
static int
H5F_ACC_TRUNC
static int
H5F_CLOSE_DEFAULT
static int
H5F_CLOSE_SEMI
static int
H5F_CLOSE_STRONG
static int
H5F_CLOSE_WEAK
static int
H5F_FSPACE_STRATEGY_AGGR
static int
H5F_FSPACE_STRATEGY_FSM_AGGR
static int
H5F_FSPACE_STRATEGY_NONE
static int
H5F_FSPACE_STRATEGY_NTYPES
static int
H5F_FSPACE_STRATEGY_PAGE
static int
H5F_LIBVER_EARLIEST
static int
H5F_LIBVER_ERROR
static int
H5F_LIBVER_LATEST
static int
H5F_LIBVER_NBOUNDS
static int
H5F_LIBVER_V110
static int
H5F_LIBVER_V112
static int
H5F_LIBVER_V114
static int
H5F_LIBVER_V18
static int
H5F_OBJ_ALL
static int
H5F_OBJ_ATTR
static int
H5F_OBJ_DATASET
static int
H5F_OBJ_DATATYPE
static int
H5F_OBJ_FILE
static int
H5F_OBJ_GROUP
static int
H5F_OBJ_LOCAL
static int
H5F_SCOPE_GLOBAL
static int
H5F_SCOPE_LOCAL
static int
H5F_UNLIMITED
static long
H5FD_CORE
static long
H5FD_DEFAULT_HADDR_SIZE
static long
H5FD_DIRECT
static long
H5FD_FAMILY
static long
H5FD_HDFS
static long
H5FD_LOG
static int
H5FD_LOG_ALL
static int
H5FD_LOG_ALLOC
static int
H5FD_LOG_FILE_IO
static int
H5FD_LOG_FILE_READ
static int
H5FD_LOG_FILE_WRITE
static int
H5FD_LOG_FLAVOR
static int
H5FD_LOG_LOC_IO
static int
H5FD_LOG_LOC_READ
static int
H5FD_LOG_LOC_SEEK
static int
H5FD_LOG_LOC_WRITE
static int
H5FD_LOG_NUM_IO
static int
H5FD_LOG_NUM_READ
static int
H5FD_LOG_NUM_SEEK
static int
H5FD_LOG_NUM_TRUNCATE
static int
H5FD_LOG_NUM_WRITE
static int
H5FD_LOG_TIME_CLOSE
static int
H5FD_LOG_TIME_IO
static int
H5FD_LOG_TIME_OPEN
static int
H5FD_LOG_TIME_READ
static int
H5FD_LOG_TIME_SEEK
static int
H5FD_LOG_TIME_STAT
static int
H5FD_LOG_TIME_WRITE
static int
H5FD_MEM_BTREE
static int
H5FD_MEM_DEFAULT
static long
H5FD_MEM_DEFAULT_BTREE_SIZE
static long
H5FD_MEM_DEFAULT_DRAW_SIZE
static long
H5FD_MEM_DEFAULT_GHEAP_SIZE
static long
H5FD_MEM_DEFAULT_LHEAP_SIZE
static long
H5FD_MEM_DEFAULT_OHDR_SIZE
static long
H5FD_MEM_DEFAULT_SIZE
static long
H5FD_MEM_DEFAULT_SUPER_SIZE
static int
H5FD_MEM_DRAW
static int
H5FD_MEM_GHEAP
static int
H5FD_MEM_LHEAP
static int
H5FD_MEM_NOLIST
static int
H5FD_MEM_NTYPES
static int
H5FD_MEM_OHDR
static int
H5FD_MEM_SUPER
static long
H5FD_MPIO
static long
H5FD_MULTI
static long
H5FD_ROS3
static long
H5FD_SEC2
static long
H5FD_STDIO
static long
H5FD_WINDOWS
static int
H5G_STORAGE_TYPE_COMPACT
static int
H5G_STORAGE_TYPE_DENSE
static int
H5G_STORAGE_TYPE_SYMBOL_TABLE
static int
H5G_STORAGE_TYPE_UNKNOWN
static int
H5I_ATTR
static int
H5I_BADID
static int
H5I_DATASET
static int
H5I_DATASPACE
static int
H5I_DATATYPE
static int
H5I_ERROR_CLASS
static int
H5I_ERROR_MSG
static int
H5I_ERROR_STACK
static int
H5I_FILE
static int
H5I_GENPROP_CLS
static int
H5I_GENPROP_LST
static int
H5I_GROUP
static int
H5I_INVALID_HID
static int
H5I_NTYPES
static int
H5I_UNINIT
static int
H5I_VFL
static int
H5I_VOL
static int
H5L_TYPE_ERROR
static int
H5L_TYPE_EXTERNAL
static int
H5L_TYPE_HARD
static int
H5L_TYPE_MAX
static int
H5L_TYPE_SOFT
static int
H5O_COPY_EXPAND_EXT_LINK_FLAG
static int
H5O_COPY_EXPAND_REFERENCE_FLAG
static int
H5O_COPY_EXPAND_SOFT_LINK_FLAG
static int
H5O_COPY_PRESERVE_NULL_FLAG
static int
H5O_COPY_SHALLOW_HIERARCHY_FLAG
static int
H5O_COPY_WITHOUT_ATTR_FLAG
static int
H5O_INFO_ALL
static int
H5O_INFO_BASIC
static int
H5O_INFO_NUM_ATTRS
static int
H5O_INFO_TIME
static int
H5O_MAX_TOKEN_SIZE
static int
H5O_NATIVE_INFO_ALL
static int
H5O_NATIVE_INFO_HDR
static int
H5O_NATIVE_INFO_META_SIZE
static int
H5O_SHMESG_ALL_FLAG
static int
H5O_SHMESG_ATTR_FLAG
static int
H5O_SHMESG_DTYPE_FLAG
static int
H5O_SHMESG_FILL_FLAG
static int
H5O_SHMESG_NONE_FLAG
static int
H5O_SHMESG_PLINE_FLAG
static int
H5O_SHMESG_SDSPACE_FLAG
static H5O_token_t
H5O_TOKEN_UNDEF
static int
H5O_TYPE_DATASET
static int
H5O_TYPE_GROUP
static int
H5O_TYPE_NAMED_DATATYPE
static int
H5O_TYPE_NTYPES
static int
H5O_TYPE_UNKNOWN
static long
H5P_ATTRIBUTE_ACCESS
static long
H5P_ATTRIBUTE_ACCESS_DEFAULT
static long
H5P_ATTRIBUTE_CREATE
static long
H5P_ATTRIBUTE_CREATE_DEFAULT
static int
H5P_CRT_ORDER_INDEXED
static int
H5P_CRT_ORDER_TRACKED
static long
H5P_DATASET_ACCESS
static long
H5P_DATASET_ACCESS_DEFAULT
static long
H5P_DATASET_CREATE
static long
H5P_DATASET_CREATE_DEFAULT
static long
H5P_DATASET_XFER
static long
H5P_DATASET_XFER_DEFAULT
static long
H5P_DATATYPE_ACCESS
static long
H5P_DATATYPE_ACCESS_DEFAULT
static long
H5P_DATATYPE_CREATE
static long
H5P_DATATYPE_CREATE_DEFAULT
static long
H5P_DEFAULT
static long
H5P_FILE_ACCESS
static long
H5P_FILE_ACCESS_DEFAULT
static long
H5P_FILE_CREATE
static long
H5P_FILE_CREATE_DEFAULT
static long
H5P_FILE_MOUNT
static long
H5P_FILE_MOUNT_DEFAULT
static long
H5P_GROUP_ACCESS
static long
H5P_GROUP_ACCESS_DEFAULT
static long
H5P_GROUP_CREATE
static long
H5P_GROUP_CREATE_DEFAULT
static long
H5P_LINK_ACCESS
static long
H5P_LINK_ACCESS_DEFAULT
static long
H5P_LINK_CREATE
static long
H5P_LINK_CREATE_DEFAULT
static long
H5P_OBJECT_COPY
static long
H5P_OBJECT_COPY_DEFAULT
static long
H5P_OBJECT_CREATE
static long
H5P_ROOT
static long
H5P_STRING_CREATE
static long
H5P_VOL_INITIALIZE
static long
H5P_VOL_INITIALIZE_DEFAULT
static int
H5PL_ALL_PLUGIN
static int
H5PL_FILTER_PLUGIN
static int
H5PL_TYPE_ERROR
static int
H5PL_TYPE_FILTER
static int
H5PL_TYPE_NONE
static int
H5PL_TYPE_VOL
static int
H5PL_VOL_PLUGIN
static int
H5R_ATTR
static int
H5R_BADTYPE
static int
H5R_DATASET_REGION
static int
H5R_DATASET_REGION1
static int
H5R_DATASET_REGION2
static int
H5R_DSET_REG_REF_BUF_SIZE
static int
H5R_MAXTYPE
static int
H5R_OBJ_REF_BUF_SIZE
static int
H5R_OBJECT
static int
H5R_OBJECT1
static int
H5R_OBJECT2
static int
H5R_REF_BUF_SIZE
static int
H5S_ALL
Define atomic datatypesstatic int
H5S_MAX_RANK
Define user-level maximum number of dimensionsstatic int
H5S_NO_CLASS
Different types of dataspaces - errorstatic int
H5S_NULL
Different types of dataspaces - null dataspacestatic int
H5S_SCALAR
Different types of dataspaces - scalar variablestatic int
H5S_SEL_ALL
Enumerated type for the type of selection - Entire extent selectedstatic int
H5S_SEL_ERROR
Enumerated type for the type of selection - Errorstatic int
H5S_SEL_HYPERSLABS
Enumerated type for the type of selection - Hyperslab selectedstatic int
H5S_SEL_N
Enumerated type for the type of selection - LASTstatic int
H5S_SEL_NONE
Enumerated type for the type of selection - Nothing selectedstatic int
H5S_SEL_POINTS
Enumerated type for the type of selection - Points / elements selectedstatic int
H5S_SELECT_AND
Different ways of combining selections - Binary "and" operation for hyperslabsstatic int
H5S_SELECT_APPEND
Different ways of combining selections - Append elements to end of point selectionstatic int
H5S_SELECT_INVALID
Different ways of combining selections - Invalid upper bound on selection operationsstatic int
H5S_SELECT_NOOP
Different ways of combining selections - errorstatic int
H5S_SELECT_NOTA
Different ways of combining selections - Binary "not" operation for hyperslabsstatic int
H5S_SELECT_NOTB
Different ways of combining selections - Binary "not" operation for hyperslabsstatic int
H5S_SELECT_OR
Different ways of combining selections - Binary "or" operation for hyperslabsstatic int
H5S_SELECT_PREPEND
Different ways of combining selections - Prepend elements to beginning of point selectionstatic int
H5S_SELECT_SET
Different ways of combining selections - Select "set" operationstatic int
H5S_SELECT_XOR
Different ways of combining selections - Binary "xor" operation for hyperslabsstatic int
H5S_SIMPLE
Different types of dataspaces - simple dataspacestatic int
H5S_UNLIMITED
Define atomic datatypesstatic long
H5T_ALPHA_B16
static long
H5T_ALPHA_B32
static long
H5T_ALPHA_B64
static long
H5T_ALPHA_B8
static long
H5T_ALPHA_F32
static long
H5T_ALPHA_F64
static long
H5T_ALPHA_I16
static long
H5T_ALPHA_I32
static long
H5T_ALPHA_I64
static long
H5T_ALPHA_I8
static long
H5T_ALPHA_U16
static long
H5T_ALPHA_U32
static long
H5T_ALPHA_U64
static long
H5T_ALPHA_U8
static int
H5T_ARRAY
static int
H5T_BITFIELD
static int
H5T_BKG_NO
static int
H5T_BKG_YES
static long
H5T_C_S1
static int
H5T_COMPOUND
static int
H5T_CONV_CONV
static int
H5T_CONV_FREE
static int
H5T_CONV_INIT
static int
H5T_CSET_ASCII
static int
H5T_CSET_ERROR
static int
H5T_CSET_RESERVED_10
static int
H5T_CSET_RESERVED_11
static int
H5T_CSET_RESERVED_12
static int
H5T_CSET_RESERVED_13
static int
H5T_CSET_RESERVED_14
static int
H5T_CSET_RESERVED_15
static int
H5T_CSET_RESERVED_2
static int
H5T_CSET_RESERVED_3
static int
H5T_CSET_RESERVED_4
static int
H5T_CSET_RESERVED_5
static int
H5T_CSET_RESERVED_6
static int
H5T_CSET_RESERVED_7
static int
H5T_CSET_RESERVED_8
static int
H5T_CSET_RESERVED_9
static int
H5T_CSET_UTF8
static int
H5T_DIR_ASCEND
static int
H5T_DIR_DEFAULT
static int
H5T_DIR_DESCEND
static int
H5T_ENUM
static int
H5T_FLOAT
static long
H5T_FORTRAN_S1
static long
H5T_IEEE_F32BE
static long
H5T_IEEE_F32LE
static long
H5T_IEEE_F64BE
static long
H5T_IEEE_F64LE
static int
H5T_INTEGER
static long
H5T_INTEL_B16
static long
H5T_INTEL_B32
static long
H5T_INTEL_B64
static long
H5T_INTEL_B8
static long
H5T_INTEL_F32
static long
H5T_INTEL_F64
static long
H5T_INTEL_I16
static long
H5T_INTEL_I32
static long
H5T_INTEL_I64
static long
H5T_INTEL_I8
static long
H5T_INTEL_U16
static long
H5T_INTEL_U32
static long
H5T_INTEL_U64
static long
H5T_INTEL_U8
static long
H5T_MIPS_B16
static long
H5T_MIPS_B32
static long
H5T_MIPS_B64
static long
H5T_MIPS_B8
static long
H5T_MIPS_F32
static long
H5T_MIPS_F64
static long
H5T_MIPS_I16
static long
H5T_MIPS_I32
static long
H5T_MIPS_I64
static long
H5T_MIPS_I8
static long
H5T_MIPS_U16
static long
H5T_MIPS_U32
static long
H5T_MIPS_U64
static long
H5T_MIPS_U8
static long
H5T_NATIVE_B16
static long
H5T_NATIVE_B32
static long
H5T_NATIVE_B64
static long
H5T_NATIVE_B8
static long
H5T_NATIVE_CHAR
static long
H5T_NATIVE_DOUBLE
static long
H5T_NATIVE_FLOAT
static long
H5T_NATIVE_HADDR
static long
H5T_NATIVE_HBOOL
static long
H5T_NATIVE_HERR
static long
H5T_NATIVE_HSIZE
static long
H5T_NATIVE_HSSIZE
static long
H5T_NATIVE_INT
static long
H5T_NATIVE_INT_FAST16
static long
H5T_NATIVE_INT_FAST32
static long
H5T_NATIVE_INT_FAST64
static long
H5T_NATIVE_INT_FAST8
static long
H5T_NATIVE_INT_LEAST16
static long
H5T_NATIVE_INT_LEAST32
static long
H5T_NATIVE_INT_LEAST64
static long
H5T_NATIVE_INT_LEAST8
static long
H5T_NATIVE_INT16
static long
H5T_NATIVE_INT32
static long
H5T_NATIVE_INT64
static long
H5T_NATIVE_INT8
static long
H5T_NATIVE_LDOUBLE
static long
H5T_NATIVE_LLONG
static long
H5T_NATIVE_LONG
static long
H5T_NATIVE_OPAQUE
static long
H5T_NATIVE_SCHAR
static long
H5T_NATIVE_SHORT
static long
H5T_NATIVE_UCHAR
static long
H5T_NATIVE_UINT
static long
H5T_NATIVE_UINT_FAST16
static long
H5T_NATIVE_UINT_FAST32
static long
H5T_NATIVE_UINT_FAST64
static long
H5T_NATIVE_UINT_FAST8
static long
H5T_NATIVE_UINT_LEAST16
static long
H5T_NATIVE_UINT_LEAST32
static long
H5T_NATIVE_UINT_LEAST64
static long
H5T_NATIVE_UINT_LEAST8
static long
H5T_NATIVE_UINT16
static long
H5T_NATIVE_UINT32
static long
H5T_NATIVE_UINT64
static long
H5T_NATIVE_UINT8
static long
H5T_NATIVE_ULLONG
static long
H5T_NATIVE_ULONG
static long
H5T_NATIVE_USHORT
static int
H5T_NCLASSES
static int
H5T_NO_CLASS
static int
H5T_NORM_ERROR
static int
H5T_NORM_IMPLIED
static int
H5T_NORM_MSBSET
static int
H5T_NORM_NONE
static int
H5T_NPAD
static int
H5T_NSGN
static int
H5T_OPAQUE
static int
H5T_OPAQUE_TAG_MAX
static int
H5T_ORDER_BE
static int
H5T_ORDER_ERROR
static int
H5T_ORDER_LE
static int
H5T_ORDER_NONE
static int
H5T_ORDER_VAX
static int
H5T_PAD_BACKGROUND
static int
H5T_PAD_ERROR
static int
H5T_PAD_ONE
static int
H5T_PAD_ZERO
static int
H5T_PERS_DONTCARE
static int
H5T_PERS_HARD
static int
H5T_PERS_SOFT
static int
H5T_REFERENCE
static int
H5T_SGN_2
static int
H5T_SGN_ERROR
static int
H5T_SGN_NONE
static long
H5T_STD_B16BE
static long
H5T_STD_B16LE
static long
H5T_STD_B32BE
static long
H5T_STD_B32LE
static long
H5T_STD_B64BE
static long
H5T_STD_B64LE
static long
H5T_STD_B8BE
static long
H5T_STD_B8LE
static long
H5T_STD_I16BE
static long
H5T_STD_I16LE
static long
H5T_STD_I32BE
static long
H5T_STD_I32LE
static long
H5T_STD_I64BE
static long
H5T_STD_I64LE
static long
H5T_STD_I8BE
static long
H5T_STD_I8LE
static long
H5T_STD_REF
static long
H5T_STD_REF_DSETREG
static long
H5T_STD_REF_OBJ
static long
H5T_STD_U16BE
static long
H5T_STD_U16LE
static long
H5T_STD_U32BE
static long
H5T_STD_U32LE
static long
H5T_STD_U64BE
static long
H5T_STD_U64LE
static long
H5T_STD_U8BE
static long
H5T_STD_U8LE
static int
H5T_STR_ERROR
static int
H5T_STR_NULLPAD
static int
H5T_STR_NULLTERM
static int
H5T_STR_RESERVED_10
static int
H5T_STR_RESERVED_11
static int
H5T_STR_RESERVED_12
static int
H5T_STR_RESERVED_13
static int
H5T_STR_RESERVED_14
static int
H5T_STR_RESERVED_15
static int
H5T_STR_RESERVED_3
static int
H5T_STR_RESERVED_4
static int
H5T_STR_RESERVED_5
static int
H5T_STR_RESERVED_6
static int
H5T_STR_RESERVED_7
static int
H5T_STR_RESERVED_8
static int
H5T_STR_RESERVED_9
static int
H5T_STR_SPACEPAD
static int
H5T_STRING
static int
H5T_TIME
static long
H5T_UNIX_D32BE
static long
H5T_UNIX_D32LE
static long
H5T_UNIX_D64BE
static long
H5T_UNIX_D64LE
static long
H5T_VARIABLE
static int
H5T_VL_T
static int
H5T_VLEN
static int
H5VL_CAP_FLAG_NONE
static int
H5VL_CAP_FLAG_THREADSAFE
static long
H5VL_NATIVE
static String
H5VL_NATIVE_NAME
static int
H5VL_NATIVE_VALUE
static int
H5VL_NATIVE_VERSION
static int
H5Z_CB_CONT
Return values for filter callback functionstatic int
H5Z_CB_ERROR
Return values for filter callback functionstatic int
H5Z_CB_FAIL
Return values for filter callback functionstatic int
H5Z_CB_NO
Return values for filter callback functionstatic int
H5Z_DISABLE_EDC
Values to decide if EDC is enabled for reading datastatic int
H5Z_ENABLE_EDC
Values to decide if EDC is enabled for reading datastatic int
H5Z_ERROR_EDC
Values to decide if EDC is enabled for reading datastatic int
H5Z_FILTER_ALL
Symbol to remove all filters in H5Premove_filterstatic int
H5Z_FILTER_CONFIG_DECODE_ENABLED
Bit flags for H5Zget_filter_infostatic int
H5Z_FILTER_CONFIG_ENCODE_ENABLED
Bit flags for H5Zget_filter_infostatic int
H5Z_FILTER_DEFLATE
Filter IDs - deflation like gzipstatic int
H5Z_FILTER_ERROR
Filter IDs - no filterstatic int
H5Z_FILTER_FLETCHER32
Filter IDs - fletcher32 checksum of EDCstatic int
H5Z_FILTER_MAX
Filter IDs - maximum filter idstatic int
H5Z_FILTER_NBIT
Filter IDs - nbit compressionstatic int
H5Z_FILTER_NONE
Filter IDs - reserved indefinitelystatic int
H5Z_FILTER_RESERVED
Filter IDs - filter ids below this value are reserved for library usestatic int
H5Z_FILTER_SCALEOFFSET
Filter IDs - scale+offset compressionstatic int
H5Z_FILTER_SHUFFLE
Filter IDs - shuffle the datastatic int
H5Z_FILTER_SZIP
Filter IDs - szip compressionstatic int
H5Z_FLAG_DEFMASK
Flags for filter definition (stored) definition flag maskstatic int
H5Z_FLAG_INVMASK
Additional flags for filter invocation (not stored) invocation flag maskstatic int
H5Z_FLAG_MANDATORY
Flags for filter definition (stored) filter is mandatorystatic int
H5Z_FLAG_OPTIONAL
Flags for filter definition (stored) filter is optionalstatic int
H5Z_FLAG_REVERSE
Additional flags for filter invocation (not stored) reverse direction; readstatic int
H5Z_FLAG_SKIP_EDC
Additional flags for filter invocation (not stored) skip EDC filters for readstatic int
H5Z_MAX_NFILTERS
Maximum number of filters allowed in a pipelinestatic int
H5Z_NBIT_USER_NPARMS
nbit filter - Number of parameters that users can setstatic int
H5Z_NO_EDC
Values to decide if EDC is enabled for reading datastatic int
H5Z_SCALEOFFSET_USER_NPARMS
scale offset filter - Number of parameters that users can setstatic int
H5Z_SHUFFLE_TOTAL_NPARMS
shuffle filter - Total number of parameters for filterstatic int
H5Z_SHUFFLE_USER_NPARMS
shuffle filter - Number of parameters that users can setstatic int
H5Z_SO_FLOAT_DSCALE
Special parameters for ScaleOffset filterstatic int
H5Z_SO_FLOAT_ESCALE
Special parameters for ScaleOffset filterstatic int
H5Z_SO_INT
Special parameters for ScaleOffset filterstatic int
H5Z_SO_INT_MINBITS_DEFAULT
Special parameters for ScaleOffset filterstatic int
H5Z_SZIP_PARM_BPP
szip filter - "Local" parameter for bits-per-pixelstatic int
H5Z_SZIP_PARM_MASK
szip filter - "User" parameter for option maskstatic int
H5Z_SZIP_PARM_PPB
szip filter - "User" parameter for pixels-per-blockstatic int
H5Z_SZIP_PARM_PPS
szip filter - "Local" parameter for pixels-per-scanlinestatic int
H5Z_SZIP_TOTAL_NPARMS
szip filter - Total number of parameters for filterstatic int
H5Z_SZIP_USER_NPARMS
szip filter - Number of parameters that users can set
-
Constructor Summary
Constructors Constructor Description HDF5Constants()
-
-
-
Field Detail
-
H5_SZIP_MAX_PIXELS_PER_BLOCK
public static final int H5_SZIP_MAX_PIXELS_PER_BLOCK
Special parameters for szip compression
-
H5_SZIP_NN_OPTION_MASK
public static final int H5_SZIP_NN_OPTION_MASK
Special parameters for szip compression
-
H5_SZIP_EC_OPTION_MASK
public static final int H5_SZIP_EC_OPTION_MASK
Special parameters for szip compression
-
H5_SZIP_ALLOW_K13_OPTION_MASK
public static final int H5_SZIP_ALLOW_K13_OPTION_MASK
Special parameters for szip compression
-
H5_SZIP_CHIP_OPTION_MASK
public static final int H5_SZIP_CHIP_OPTION_MASK
Special parameters for szip compression
-
H5_INDEX_UNKNOWN
public static final int H5_INDEX_UNKNOWN
indices on links, unknown index type
-
H5_INDEX_NAME
public static final int H5_INDEX_NAME
indices on links, index on names
-
H5_INDEX_CRT_ORDER
public static final int H5_INDEX_CRT_ORDER
indices on links, index on creation order
-
H5_INDEX_N
public static final int H5_INDEX_N
indices on links, number of indices defined
-
H5_ITER_UNKNOWN
public static final int H5_ITER_UNKNOWN
Common iteration orders, Unknown order
-
H5_ITER_INC
public static final int H5_ITER_INC
Common iteration orders, Increasing order
-
H5_ITER_DEC
public static final int H5_ITER_DEC
Common iteration orders, Decreasing order
-
H5_ITER_NATIVE
public static final int H5_ITER_NATIVE
Common iteration orders, No particular order, whatever is fastest
-
H5_ITER_N
public static final int H5_ITER_N
Common iteration orders, Number of iteration orders
-
H5AC_CURR_CACHE_CONFIG_VERSION
public static final int H5AC_CURR_CACHE_CONFIG_VERSION
The version of the H5AC_cache_config_t in use
-
H5AC_MAX_TRACE_FILE_NAME_LEN
public static final int H5AC_MAX_TRACE_FILE_NAME_LEN
The maximum length of the trace file path
-
H5AC_METADATA_WRITE_STRATEGY_PROCESS_ZERO_ONLY
public static final int H5AC_METADATA_WRITE_STRATEGY_PROCESS_ZERO_ONLY
When metadata_write_strategy is set to this value, only process zero is allowed to write dirty metadata to disk. All other processes must retain dirty metadata until they are informed at a sync point that the dirty metadata in question has been written to disk.
-
H5AC_METADATA_WRITE_STRATEGY_DISTRIBUTED
public static final int H5AC_METADATA_WRITE_STRATEGY_DISTRIBUTED
In the distributed metadata write strategy, process zero still makes the decisions as to what entries should be flushed, but the actual flushes are distributed across the processes in the computation to the extent possible.
-
H5C_incr_off
public static final int H5C_incr_off
Don't attempt to increase the size of the cache automatically
-
H5C_incr_threshold
public static final int H5C_incr_threshold
Attempt to increase the size of the cache whenever the average hit rate over the last epoch drops below the value supplied in the lower_hr_threshold field
-
H5C_flash_incr_off
public static final int H5C_flash_incr_off
Don't perform flash increases in the size of the cache
-
H5C_flash_incr_add_space
public static final int H5C_flash_incr_add_space
increase the current maximum cache size by x * flash_multiple less any free space in the cache
-
H5C_decr_off
public static final int H5C_decr_off
Don't attempt to decrease the size of the cache automatically
-
H5C_decr_threshold
public static final int H5C_decr_threshold
Attempt to decrease the size of the cache whenever the average hit rate over the last epoch rises above the value supplied in the upper_hr_threshold field
-
H5C_decr_age_out
public static final int H5C_decr_age_out
At the end of each epoch, search the cache for entries that have not been accessed for at least the number of epochs specified in the epochs_before_eviction field, and evict these entries
-
H5C_decr_age_out_with_threshold
public static final int H5C_decr_age_out_with_threshold
Same as age_out, but we only attempt to reduce the cache size when the hit rate observed over the last epoch exceeds the value provided in the upper_hr_threshold field
-
H5D_CHUNK_IDX_BTREE
public static final int H5D_CHUNK_IDX_BTREE
-
H5D_ALLOC_TIME_DEFAULT
public static final int H5D_ALLOC_TIME_DEFAULT
-
H5D_ALLOC_TIME_EARLY
public static final int H5D_ALLOC_TIME_EARLY
-
H5D_ALLOC_TIME_ERROR
public static final int H5D_ALLOC_TIME_ERROR
-
H5D_ALLOC_TIME_INCR
public static final int H5D_ALLOC_TIME_INCR
-
H5D_ALLOC_TIME_LATE
public static final int H5D_ALLOC_TIME_LATE
-
H5D_FILL_TIME_ERROR
public static final int H5D_FILL_TIME_ERROR
-
H5D_FILL_TIME_ALLOC
public static final int H5D_FILL_TIME_ALLOC
-
H5D_FILL_TIME_NEVER
public static final int H5D_FILL_TIME_NEVER
-
H5D_FILL_TIME_IFSET
public static final int H5D_FILL_TIME_IFSET
-
H5D_FILL_VALUE_DEFAULT
public static final int H5D_FILL_VALUE_DEFAULT
-
H5D_FILL_VALUE_ERROR
public static final int H5D_FILL_VALUE_ERROR
-
H5D_FILL_VALUE_UNDEFINED
public static final int H5D_FILL_VALUE_UNDEFINED
-
H5D_FILL_VALUE_USER_DEFINED
public static final int H5D_FILL_VALUE_USER_DEFINED
-
H5D_LAYOUT_ERROR
public static final int H5D_LAYOUT_ERROR
-
H5D_CHUNKED
public static final int H5D_CHUNKED
-
H5D_COMPACT
public static final int H5D_COMPACT
-
H5D_CONTIGUOUS
public static final int H5D_CONTIGUOUS
-
H5D_VIRTUAL
public static final int H5D_VIRTUAL
-
H5D_NLAYOUTS
public static final int H5D_NLAYOUTS
-
H5D_SPACE_STATUS_ALLOCATED
public static final int H5D_SPACE_STATUS_ALLOCATED
-
H5D_SPACE_STATUS_ERROR
public static final int H5D_SPACE_STATUS_ERROR
-
H5D_SPACE_STATUS_NOT_ALLOCATED
public static final int H5D_SPACE_STATUS_NOT_ALLOCATED
-
H5D_SPACE_STATUS_PART_ALLOCATED
public static final int H5D_SPACE_STATUS_PART_ALLOCATED
-
H5D_VDS_ERROR
public static final int H5D_VDS_ERROR
-
H5D_VDS_FIRST_MISSING
public static final int H5D_VDS_FIRST_MISSING
-
H5D_VDS_LAST_AVAILABLE
public static final int H5D_VDS_LAST_AVAILABLE
-
H5D_CHUNK_DONT_FILTER_PARTIAL_CHUNKS
public static final int H5D_CHUNK_DONT_FILTER_PARTIAL_CHUNKS
-
H5E_MAJOR
public static final int H5E_MAJOR
Different kinds of error information - H5E_type_t
-
H5E_MINOR
public static final int H5E_MINOR
Different kinds of error information - H5E_type_t
-
H5E_ALIGNMENT
public static final long H5E_ALIGNMENT
Minor error codes - Object header related errors - Alignment error
-
H5E_ALREADYEXISTS
public static final long H5E_ALREADYEXISTS
Minor error codes - Resource errors - Object already exists
-
H5E_ALREADYINIT
public static final long H5E_ALREADYINIT
Minor error codes - Function entry/exit interface - Object already initialized
-
H5E_ARGS
public static final long H5E_ARGS
Major error codes - Invalid arguments to routine
-
H5E_ID
public static final long H5E_ID
Major error codes - Object ID
-
H5E_ATTR
public static final long H5E_ATTR
Major error codes - Attribute
-
H5E_BADID
public static final long H5E_BADID
Minor error codes - Object ID related errors - Unable to find ID information (already closed?)
-
H5E_BADFILE
public static final long H5E_BADFILE
Minor error codes - File accessibility errors - Bad file ID accessed
-
H5E_BADGROUP
public static final long H5E_BADGROUP
Minor error codes - Object ID related errors - Unable to find ID group information
-
H5E_BADITER
public static final long H5E_BADITER
Minor error codes - Object header related errors - Iteration failed
-
H5E_BADMESG
public static final long H5E_BADMESG
Minor error codes - Object header related errors - Unrecognized message
-
H5E_BADRANGE
public static final long H5E_BADRANGE
Minor error codes - Argument errors - Out of range
-
H5E_BADSELECT
public static final long H5E_BADSELECT
Minor error codes - Dataspace errors - Invalid selection
-
H5E_BADSIZE
public static final long H5E_BADSIZE
Datatype conversion errors - Bad size for object
-
H5E_BADTYPE
public static final long H5E_BADTYPE
Minor error codes - Argument errors - Inappropriate type
-
H5E_BADVALUE
public static final long H5E_BADVALUE
Minor error codes - Argument errors - Bad value
-
H5E_BTREE
public static final long H5E_BTREE
Major error codes - B-Tree node
-
H5E_CACHE
public static final long H5E_CACHE
Major error codes - Object cache
-
H5E_CALLBACK
public static final long H5E_CALLBACK
I/O pipeline errors - Callback failed
-
H5E_CANAPPLY
public static final long H5E_CANAPPLY
I/O pipeline errors - Error from filter 'can apply' callback
-
H5E_CANTALLOC
public static final long H5E_CANTALLOC
Minor error codes - Resource errors - Can't allocate space
-
H5E_CANTAPPEND
public static final long H5E_CANTAPPEND
Minor error codes - Dataspace errors - Can't append object
-
H5E_CANTATTACH
public static final long H5E_CANTATTACH
Minor error codes - Heap errors - Can't attach object
-
H5E_CANTCLEAN
public static final long H5E_CANTCLEAN
Minor error codes - Cache related errors - Unable to mark metadata as clean
-
H5E_CANTCLIP
public static final long H5E_CANTCLIP
Minor error codes - Dataspace errors - Can't clip hyperslab region
-
H5E_CANTCLOSEFILE
public static final long H5E_CANTCLOSEFILE
Minor error codes - File accessibility errors - Unable to close file
-
H5E_CANTCLOSEOBJ
public static final long H5E_CANTCLOSEOBJ
Minor error codes - Group related errors - Can't close object
-
H5E_CANTCOMPARE
public static final long H5E_CANTCOMPARE
Minor error codes - Dataspace errors - Can't compare objects
-
H5E_CANTCOMPUTE
public static final long H5E_CANTCOMPUTE
Minor error codes - Heap errors - Can't compute value
-
H5E_CANTCONVERT
public static final long H5E_CANTCONVERT
Datatype conversion errors - Can't convert datatypes
-
H5E_CANTCOPY
public static final long H5E_CANTCOPY
Minor error codes - Resource errors - Unable to copy object
-
H5E_CANTCORK
public static final long H5E_CANTCORK
Minor error codes - Cache related errors - Unable to cork an object
-
H5E_CANTCOUNT
public static final long H5E_CANTCOUNT
Minor error codes - Dataspace errors - Can't count elements
-
H5E_CANTCREATE
public static final long H5E_CANTCREATE
Minor error codes - File accessibility errors - Unable to create file
-
H5E_CANTDEC
public static final long H5E_CANTDEC
Minor error codes - Object ID related errors - Unable to decrement reference count
-
H5E_CANTDECODE
public static final long H5E_CANTDECODE
Minor error codes - B-tree related errors - Unable to decode value
-
H5E_CANTDELETE
public static final long H5E_CANTDELETE
Minor error codes - Object header related errors - Can't delete message
-
H5E_CANTDELETEFILE
public static final long H5E_CANTDELETEFILE
Minor error codes - File accessibility errors - Unable to delete file
-
H5E_CANTDEPEND
public static final long H5E_CANTDEPEND
Minor error codes - Cache related errors - Unable to create a flush dependency
-
H5E_CANTDIRTY
public static final long H5E_CANTDIRTY
Minor error codes - Cache related errors - Unable to mark metadata as dirty
-
H5E_CANTENCODE
public static final long H5E_CANTENCODE
Minor error codes - B-tree related errors - Unable to encode value
-
H5E_CANTEXPUNGE
public static final long H5E_CANTEXPUNGE
Minor error codes - Cache related errors - Unable to expunge a metadata cache entry
-
H5E_CANTEXTEND
public static final long H5E_CANTEXTEND
Minor error codes - Heap errors - Can't extend heap's space
-
H5E_CANTFILTER
public static final long H5E_CANTFILTER
I/O pipeline errors - Filter operation failed
-
H5E_CANTFLUSH
public static final long H5E_CANTFLUSH
Minor error codes - Cache related errors - Unable to flush data from cache
-
H5E_CANTFREE
public static final long H5E_CANTFREE
Minor error codes - Resource errors - Unable to free object
-
H5E_CANTGATHER
public static final long H5E_CANTGATHER
Minor error codes - Parallel MPI - Can't gather data
-
H5E_CANTGC
public static final long H5E_CANTGC
Minor error codes - Resource errors - Unable to garbage collect
-
H5E_CANTGET
public static final long H5E_CANTGET
Minor error codes - Property list errors - Can't get value
-
H5E_CANTGETSIZE
public static final long H5E_CANTGETSIZE
Minor error codes - Resource errors - Unable to compute size
-
H5E_CANTINC
public static final long H5E_CANTINC
Minor error codes - Object ID related errors - Unable to increment reference count
-
H5E_CANTINIT
public static final long H5E_CANTINIT
Minor error codes - Function entry/exit interface - Unable to initialize object
-
H5E_CANTINS
public static final long H5E_CANTINS
Minor error codes - Cache related errors - Unable to insert metadata into cache
-
H5E_CANTINSERT
public static final long H5E_CANTINSERT
Minor error codes - B-tree related errors - Unable to insert object
-
H5E_CANTLIST
public static final long H5E_CANTLIST
Minor error codes - B-tree related errors - Unable to list node
-
H5E_CANTLOAD
public static final long H5E_CANTLOAD
Minor error codes - Cache related errors - Unable to load metadata into cache
-
H5E_CANTLOCK
public static final long H5E_CANTLOCK
Minor error codes - Resource errors - Unable to lock object
-
H5E_CANTLOCKFILE
public static final long H5E_CANTLOCKFILE
Minor error codes - File accessibility errors Unable to lock file
-
H5E_CANTMARKCLEAN
public static final long H5E_CANTMARKCLEAN
Minor error codes - Cache related errors - Unable to mark a pinned entry as clean
-
H5E_CANTMARKDIRTY
public static final long H5E_CANTMARKDIRTY
Minor error codes - Cache related errors - Unable to mark a pinned entry as dirty
-
H5E_CANTMARKSERIALIZED
public static final long H5E_CANTMARKSERIALIZED
Minor error codes - Cache related errors - Unable to mark an entry as unserialized
-
H5E_CANTMARKUNSERIALIZED
public static final long H5E_CANTMARKUNSERIALIZED
Minor error codes - Cache related errors - Unable to mark an entry as serialized
-
H5E_CANTMERGE
public static final long H5E_CANTMERGE
Minor error codes - Free space errors - Can't merge objects
-
H5E_CANTMODIFY
public static final long H5E_CANTMODIFY
Minor error codes - B-tree related errors - Unable to modify record
-
H5E_CANTMOVE
public static final long H5E_CANTMOVE
Minor error codes - Link related errors - Can't move object
-
H5E_CANTNEXT
public static final long H5E_CANTNEXT
Minor error codes - Dataspace errors - Can't move to next iterator location
-
H5E_CANTNOTIFY
public static final long H5E_CANTNOTIFY
Minor error codes - Cache related errors - Unable to notify object about action
-
H5E_CANTOPENFILE
public static final long H5E_CANTOPENFILE
Minor error codes - File accessibility errors - Unable to open file
-
H5E_CANTOPENOBJ
public static final long H5E_CANTOPENOBJ
Minor error codes - Group related errors - Can't open object
-
H5E_CANTOPERATE
public static final long H5E_CANTOPERATE
Minor error codes - Heap errors - Can't operate on object
-
H5E_CANTPACK
public static final long H5E_CANTPACK
Minor error codes - Object header related errors - Can't pack messages
-
H5E_CANTPIN
public static final long H5E_CANTPIN
Minor error codes - Cache related errors - Unable to pin cache entry
-
H5E_CANTPROTECT
public static final long H5E_CANTPROTECT
Minor error codes - Cache related errors - Unable to protect metadata
-
H5E_CANTRECV
public static final long H5E_CANTRECV
Minor error codes - Parallel MPI - Can't receive data
-
H5E_CANTREDISTRIBUTE
public static final long H5E_CANTREDISTRIBUTE
Minor error codes - B-tree related errors - Unable to redistribute records
-
H5E_CANTREGISTER
public static final long H5E_CANTREGISTER
Minor error codes - Object ID related errors - Unable to register new ID
-
H5E_CANTRELEASE
public static final long H5E_CANTRELEASE
Minor error codes - Function entry/exit interface - Unable to release object
-
H5E_CANTREMOVE
public static final long H5E_CANTREMOVE
Minor error codes - B-tree related errors - Unable to remove object
-
H5E_CANTRENAME
public static final long H5E_CANTRENAME
Minor error codes - Object header related errors - Unable to rename object
-
H5E_CANTRESET
public static final long H5E_CANTRESET
Minor error codes - Object header related errors - Can't reset object
-
H5E_CANTRESIZE
public static final long H5E_CANTRESIZE
Minor error codes - Cache related errors - Unable to resize a metadata cache entry
-
H5E_CANTRESTORE
public static final long H5E_CANTRESTORE
Minor error codes - Heap errors - Can't restore condition
-
H5E_CANTREVIVE
public static final long H5E_CANTREVIVE
Minor error codes - Free space errors - Can't revive object
-
H5E_CANTSHRINK
public static final long H5E_CANTSHRINK
Minor error codes - Free space errors - Can't shrink container
-
H5E_CANTSELECT
public static final long H5E_CANTSELECT
Minor error codes - Dataspace errors - Can't select hyperslab
-
H5E_CANTSERIALIZE
public static final long H5E_CANTSERIALIZE
Minor error codes - Cache related errors - Unable to serialize data from cache
-
H5E_CANTSET
public static final long H5E_CANTSET
Minor error codes - Property list errors - Can't set value
-
H5E_CANTSORT
public static final long H5E_CANTSORT
Minor error codes - Link related errors - Can't sort objects
-
H5E_CANTSPLIT
public static final long H5E_CANTSPLIT
Minor error codes - B-tree related errors - Unable to split node
-
H5E_CANTSWAP
public static final long H5E_CANTSWAP
Minor error codes - B-tree related errors - Unable to swap records
-
H5E_CANTTAG
public static final long H5E_CANTTAG
Minor error codes - Cache related errors - Unable to tag metadata in the cache
-
H5E_CANTUNCORK
public static final long H5E_CANTUNCORK
Minor error codes - Cache related errors - Unable to uncork an object
-
H5E_CANTUNDEPEND
public static final long H5E_CANTUNDEPEND
Minor error codes - Cache related errors - Unable to destroy a flush dependency
-
H5E_CANTUNLOCK
public static final long H5E_CANTUNLOCK
Minor error codes - Resource errors - Unable to unlock object
-
H5E_CANTUNLOCKFILE
public static final long H5E_CANTUNLOCKFILE
Minor error codes - File accessibility errors Unable to unlock file
-
H5E_CANTUNPIN
public static final long H5E_CANTUNPIN
Minor error codes - Cache related errors - Unable to un-pin cache entry
-
H5E_CANTUNPROTECT
public static final long H5E_CANTUNPROTECT
Minor error codes - Cache related errors - Unable to unprotect metadata
-
H5E_CANTUNSERIALIZE
public static final long H5E_CANTUNSERIALIZE
Minor error codes - Cache related errors - Unable to mark metadata as unserialized
-
H5E_CANTUPDATE
public static final long H5E_CANTUPDATE
Minor error codes - Heap errors - Can't update object
-
H5E_CLOSEERROR
public static final long H5E_CLOSEERROR
Generic low-level file I/O errors - Close failed
-
H5E_COMPLEN
public static final long H5E_COMPLEN
Minor error codes - Group related errors - Name component is too long
-
H5E_CONTEXT
public static final long H5E_CONTEXT
Major error codes - API Context
-
H5E_DATASET
public static final long H5E_DATASET
Major error codes - Dataset
-
H5E_DATASPACE
public static final long H5E_DATASPACE
Major error codes - Dataspace
-
H5E_DATATYPE
public static final long H5E_DATATYPE
Major error codes - Datatype
-
H5E_DEFAULT
public static final long H5E_DEFAULT
Value for the default error stack
-
H5E_DUPCLASS
public static final long H5E_DUPCLASS
Minor error codes - Property list errors - Duplicate class name in parent class
-
H5E_EARRAY
public static final long H5E_EARRAY
Major error codes - Extensible Array
-
H5E_EFL
public static final long H5E_EFL
Major error codes - External file list
-
H5E_ERROR
public static final long H5E_ERROR
Major error codes - Error API
-
H5E_EXISTS
public static final long H5E_EXISTS
Minor error codes - B-tree related errors - Object already exists
-
H5E_FARRAY
public static final long H5E_FARRAY
Major error codes - Fixed Array
-
H5E_FCNTL
public static final long H5E_FCNTL
Generic low-level file I/O errors - File control (fcntl) failed
-
H5E_FILE
public static final long H5E_FILE
Major error codes - File accessibility
-
H5E_FILEEXISTS
public static final long H5E_FILEEXISTS
Minor error codes - File accessibility errors - File already exists
-
H5E_FILEOPEN
public static final long H5E_FILEOPEN
Minor error codes - File accessibility errors - File already open
-
H5E_FSPACE
public static final long H5E_FSPACE
Major error codes - Free Space Manager
-
H5E_FUNC
public static final long H5E_FUNC
Major error codes - Function entry/exit
-
H5E_HEAP
public static final long H5E_HEAP
Major error codes - Heap
-
H5E_INCONSISTENTSTATE
public static final long H5E_INCONSISTENTSTATE
Minor error codes - Dataspace errors - Internal states are inconsistent
-
H5E_INTERNAL
public static final long H5E_INTERNAL
Major error codes - Internal error (too specific to document in detail)
-
H5E_IO
public static final long H5E_IO
Major error codes - Low-level I/O
-
H5E_LINK
public static final long H5E_LINK
Major error codes - Links
-
H5E_LINKCOUNT
public static final long H5E_LINKCOUNT
Minor error codes - Object header related errors - Bad object header link count
-
H5E_LOGGING
public static final long H5E_LOGGING
Minor error codes - Cache related errors - Failure in the cache logging framework
-
H5E_MAP
public static final long H5E_MAP
Major error codes - Map
-
H5E_MOUNT
public static final long H5E_MOUNT
Minor error codes - File accessibility errors - File mount error
-
H5E_MPI
public static final long H5E_MPI
Minor error codes - Parallel MPI - Some MPI function failed
-
H5E_MPIERRSTR
public static final long H5E_MPIERRSTR
Minor error codes - Parallel MPI - MPI Error String
-
H5E_NLINKS
public static final long H5E_NLINKS
Minor error codes - Link related errors - Too many soft links in path
-
H5E_NO_INDEPENDENT
public static final long H5E_NO_INDEPENDENT
Minor error codes - Parallel MPI - Can't perform independent IO
-
H5E_NOENCODER
public static final long H5E_NOENCODER
I/O pipeline errors - Filter present but encoding disabled
-
H5E_NOFILTER
public static final long H5E_NOFILTER
I/O pipeline errors - Requested filter is not available
-
H5E_NOIDS
public static final long H5E_NOIDS
Minor error codes - Object ID related errors - Out of IDs for group
-
H5E_NONE_MAJOR
public static final long H5E_NONE_MAJOR
Major error codes - No error
-
H5E_NONE_MINOR
public static final long H5E_NONE_MINOR
No error
-
H5E_NOSPACE
public static final long H5E_NOSPACE
Minor error codes - Resource errors - No space available for allocation
-
H5E_NOTCACHED
public static final long H5E_NOTCACHED
Minor error codes - Cache related errors - Metadata not currently cached
-
H5E_NOTFOUND
public static final long H5E_NOTFOUND
Minor error codes - B-tree related errors - Object not found
-
H5E_NOTHDF5
public static final long H5E_NOTHDF5
Minor error codes - File accessibility errors - Not an HDF5 file
-
H5E_NOTREGISTERED
public static final long H5E_NOTREGISTERED
Minor error codes - Link related errors - Link class not registered
-
H5E_OBJOPEN
public static final long H5E_OBJOPEN
Minor error codes - Resource errors - Object is already open
-
H5E_OHDR
public static final long H5E_OHDR
Major error codes - Object header
-
H5E_OPENERROR
public static final long H5E_OPENERROR
Minor error codes - Plugin errors - Can't open directory or file
-
H5E_OVERFLOW
public static final long H5E_OVERFLOW
Generic low-level file I/O errors - Address overflowed
-
H5E_PAGEBUF
public static final long H5E_PAGEBUF
Major error codes - Page Buffering
-
H5E_PATH
public static final long H5E_PATH
Minor error codes - Group related errors - Problem with path to object
-
H5E_PLINE
public static final long H5E_PLINE
Major error codes - Data filters
-
H5E_PLIST
public static final long H5E_PLIST
Major error codes - Property lists
-
H5E_PLUGIN
public static final long H5E_PLUGIN
Major error codes - Plugin for dynamically loaded library
-
H5E_PROTECT
public static final long H5E_PROTECT
Minor error codes - Cache related errors - Protected metadata error
-
H5E_READERROR
public static final long H5E_READERROR
Generic low-level file I/O errors - Read failed
-
H5E_REFERENCE
public static final long H5E_REFERENCE
Major error codes - References
-
H5E_RESOURCE
public static final long H5E_RESOURCE
Major error codes - Resource unavailable
-
H5E_RS
public static final long H5E_RS
Major error codes - Reference Counted Strings
-
H5E_SEEKERROR
public static final long H5E_SEEKERROR
Generic low-level file I/O errors - Seek failed
-
H5E_SETDISALLOWED
public static final long H5E_SETDISALLOWED
Minor error codes - Property list errors - Disallowed operation
-
H5E_SETLOCAL
public static final long H5E_SETLOCAL
I/O pipeline errors - Error from filter 'set local' callback
-
H5E_SLIST
public static final long H5E_SLIST
Major error codes - Skip Lists
-
H5E_SOHM
public static final long H5E_SOHM
Major error codes - Shared Object Header Messages
-
H5E_STORAGE
public static final long H5E_STORAGE
Major error codes - Data storage
-
H5E_SYM
public static final long H5E_SYM
Major error codes - Symbol table
-
H5E_SYSERRSTR
public static final long H5E_SYSERRSTR
Minor error codes - System level errors - System error message
-
H5E_SYSTEM
public static final long H5E_SYSTEM
Minor error codes - Cache related errors - Internal error detected
-
H5E_TRAVERSE
public static final long H5E_TRAVERSE
Minor error codes - Link related errors - Link traversal failure
-
H5E_TRUNCATED
public static final long H5E_TRUNCATED
Minor error codes - File accessibility errors - File has been truncated
-
H5E_TST
public static final long H5E_TST
Major error codes - Ternary Search Trees
-
H5E_UNINITIALIZED
public static final long H5E_UNINITIALIZED
Minor error codes - Argument errors - Information is uinitialized
-
H5E_UNSUPPORTED
public static final long H5E_UNSUPPORTED
Minor error codes - Argument errors - Feature is unsupported
-
H5E_VERSION
public static final long H5E_VERSION
Minor error codes - Object header related errors - Wrong version number
-
H5E_VFL
public static final long H5E_VFL
Major error codes - Virtual File Layer
-
H5E_VOL
public static final long H5E_VOL
Major error codes - Virtual Object Layer
-
H5E_WALK_DOWNWARD
public static final long H5E_WALK_DOWNWARD
Error stack traversal direction - begin at API function, end deep
-
H5E_WALK_UPWARD
public static final long H5E_WALK_UPWARD
Error stack traversal direction - begin deep, end at API function
-
H5E_WRITEERROR
public static final long H5E_WRITEERROR
Generic low-level file I/O errors - Write failed
-
H5F_ACC_CREAT
public static final int H5F_ACC_CREAT
-
H5F_ACC_EXCL
public static final int H5F_ACC_EXCL
-
H5F_ACC_RDONLY
public static final int H5F_ACC_RDONLY
-
H5F_ACC_RDWR
public static final int H5F_ACC_RDWR
-
H5F_ACC_TRUNC
public static final int H5F_ACC_TRUNC
-
H5F_ACC_DEFAULT
public static final int H5F_ACC_DEFAULT
-
H5F_ACC_SWMR_READ
public static final int H5F_ACC_SWMR_READ
-
H5F_ACC_SWMR_WRITE
public static final int H5F_ACC_SWMR_WRITE
-
H5F_CLOSE_DEFAULT
public static final int H5F_CLOSE_DEFAULT
-
H5F_CLOSE_SEMI
public static final int H5F_CLOSE_SEMI
-
H5F_CLOSE_STRONG
public static final int H5F_CLOSE_STRONG
-
H5F_CLOSE_WEAK
public static final int H5F_CLOSE_WEAK
-
H5F_LIBVER_ERROR
public static final int H5F_LIBVER_ERROR
-
H5F_LIBVER_EARLIEST
public static final int H5F_LIBVER_EARLIEST
-
H5F_LIBVER_V18
public static final int H5F_LIBVER_V18
-
H5F_LIBVER_V110
public static final int H5F_LIBVER_V110
-
H5F_LIBVER_V112
public static final int H5F_LIBVER_V112
-
H5F_LIBVER_V114
public static final int H5F_LIBVER_V114
-
H5F_LIBVER_NBOUNDS
public static final int H5F_LIBVER_NBOUNDS
-
H5F_LIBVER_LATEST
public static final int H5F_LIBVER_LATEST
-
H5F_OBJ_ALL
public static final int H5F_OBJ_ALL
-
H5F_OBJ_ATTR
public static final int H5F_OBJ_ATTR
-
H5F_OBJ_DATASET
public static final int H5F_OBJ_DATASET
-
H5F_OBJ_DATATYPE
public static final int H5F_OBJ_DATATYPE
-
H5F_OBJ_FILE
public static final int H5F_OBJ_FILE
-
H5F_OBJ_GROUP
public static final int H5F_OBJ_GROUP
-
H5F_OBJ_LOCAL
public static final int H5F_OBJ_LOCAL
-
H5F_SCOPE_GLOBAL
public static final int H5F_SCOPE_GLOBAL
-
H5F_SCOPE_LOCAL
public static final int H5F_SCOPE_LOCAL
-
H5F_UNLIMITED
public static final int H5F_UNLIMITED
-
H5F_FSPACE_STRATEGY_FSM_AGGR
public static final int H5F_FSPACE_STRATEGY_FSM_AGGR
-
H5F_FSPACE_STRATEGY_AGGR
public static final int H5F_FSPACE_STRATEGY_AGGR
-
H5F_FSPACE_STRATEGY_PAGE
public static final int H5F_FSPACE_STRATEGY_PAGE
-
H5F_FSPACE_STRATEGY_NONE
public static final int H5F_FSPACE_STRATEGY_NONE
-
H5F_FSPACE_STRATEGY_NTYPES
public static final int H5F_FSPACE_STRATEGY_NTYPES
-
H5FD_CORE
public static final long H5FD_CORE
-
H5FD_DIRECT
public static final long H5FD_DIRECT
-
H5FD_FAMILY
public static final long H5FD_FAMILY
-
H5FD_LOG
public static final long H5FD_LOG
-
H5FD_MPIO
public static final long H5FD_MPIO
-
H5FD_MULTI
public static final long H5FD_MULTI
-
H5FD_SEC2
public static final long H5FD_SEC2
-
H5FD_STDIO
public static final long H5FD_STDIO
-
H5FD_WINDOWS
public static final long H5FD_WINDOWS
-
H5FD_ROS3
public static final long H5FD_ROS3
-
H5FD_HDFS
public static final long H5FD_HDFS
-
H5FD_LOG_LOC_READ
public static final int H5FD_LOG_LOC_READ
-
H5FD_LOG_LOC_WRITE
public static final int H5FD_LOG_LOC_WRITE
-
H5FD_LOG_LOC_SEEK
public static final int H5FD_LOG_LOC_SEEK
-
H5FD_LOG_LOC_IO
public static final int H5FD_LOG_LOC_IO
-
H5FD_LOG_FILE_READ
public static final int H5FD_LOG_FILE_READ
-
H5FD_LOG_FILE_WRITE
public static final int H5FD_LOG_FILE_WRITE
-
H5FD_LOG_FILE_IO
public static final int H5FD_LOG_FILE_IO
-
H5FD_LOG_FLAVOR
public static final int H5FD_LOG_FLAVOR
-
H5FD_LOG_NUM_READ
public static final int H5FD_LOG_NUM_READ
-
H5FD_LOG_NUM_WRITE
public static final int H5FD_LOG_NUM_WRITE
-
H5FD_LOG_NUM_SEEK
public static final int H5FD_LOG_NUM_SEEK
-
H5FD_LOG_NUM_TRUNCATE
public static final int H5FD_LOG_NUM_TRUNCATE
-
H5FD_LOG_NUM_IO
public static final int H5FD_LOG_NUM_IO
-
H5FD_LOG_TIME_OPEN
public static final int H5FD_LOG_TIME_OPEN
-
H5FD_LOG_TIME_STAT
public static final int H5FD_LOG_TIME_STAT
-
H5FD_LOG_TIME_READ
public static final int H5FD_LOG_TIME_READ
-
H5FD_LOG_TIME_WRITE
public static final int H5FD_LOG_TIME_WRITE
-
H5FD_LOG_TIME_SEEK
public static final int H5FD_LOG_TIME_SEEK
-
H5FD_LOG_TIME_CLOSE
public static final int H5FD_LOG_TIME_CLOSE
-
H5FD_LOG_TIME_IO
public static final int H5FD_LOG_TIME_IO
-
H5FD_LOG_ALLOC
public static final int H5FD_LOG_ALLOC
-
H5FD_LOG_ALL
public static final int H5FD_LOG_ALL
-
H5FD_MEM_NOLIST
public static final int H5FD_MEM_NOLIST
-
H5FD_MEM_DEFAULT
public static final int H5FD_MEM_DEFAULT
-
H5FD_MEM_SUPER
public static final int H5FD_MEM_SUPER
-
H5FD_MEM_BTREE
public static final int H5FD_MEM_BTREE
-
H5FD_MEM_DRAW
public static final int H5FD_MEM_DRAW
-
H5FD_MEM_GHEAP
public static final int H5FD_MEM_GHEAP
-
H5FD_MEM_LHEAP
public static final int H5FD_MEM_LHEAP
-
H5FD_MEM_OHDR
public static final int H5FD_MEM_OHDR
-
H5FD_MEM_NTYPES
public static final int H5FD_MEM_NTYPES
-
H5FD_DEFAULT_HADDR_SIZE
public static final long H5FD_DEFAULT_HADDR_SIZE
-
H5FD_MEM_DEFAULT_SIZE
public static final long H5FD_MEM_DEFAULT_SIZE
-
H5FD_MEM_DEFAULT_SUPER_SIZE
public static final long H5FD_MEM_DEFAULT_SUPER_SIZE
-
H5FD_MEM_DEFAULT_BTREE_SIZE
public static final long H5FD_MEM_DEFAULT_BTREE_SIZE
-
H5FD_MEM_DEFAULT_DRAW_SIZE
public static final long H5FD_MEM_DEFAULT_DRAW_SIZE
-
H5FD_MEM_DEFAULT_GHEAP_SIZE
public static final long H5FD_MEM_DEFAULT_GHEAP_SIZE
-
H5FD_MEM_DEFAULT_LHEAP_SIZE
public static final long H5FD_MEM_DEFAULT_LHEAP_SIZE
-
H5FD_MEM_DEFAULT_OHDR_SIZE
public static final long H5FD_MEM_DEFAULT_OHDR_SIZE
-
H5G_STORAGE_TYPE_UNKNOWN
public static final int H5G_STORAGE_TYPE_UNKNOWN
-
H5G_STORAGE_TYPE_SYMBOL_TABLE
public static final int H5G_STORAGE_TYPE_SYMBOL_TABLE
-
H5G_STORAGE_TYPE_COMPACT
public static final int H5G_STORAGE_TYPE_COMPACT
-
H5G_STORAGE_TYPE_DENSE
public static final int H5G_STORAGE_TYPE_DENSE
-
H5I_ATTR
public static final int H5I_ATTR
-
H5I_BADID
public static final int H5I_BADID
-
H5I_DATASET
public static final int H5I_DATASET
-
H5I_DATASPACE
public static final int H5I_DATASPACE
-
H5I_DATATYPE
public static final int H5I_DATATYPE
-
H5I_ERROR_CLASS
public static final int H5I_ERROR_CLASS
-
H5I_ERROR_MSG
public static final int H5I_ERROR_MSG
-
H5I_ERROR_STACK
public static final int H5I_ERROR_STACK
-
H5I_FILE
public static final int H5I_FILE
-
H5I_GENPROP_CLS
public static final int H5I_GENPROP_CLS
-
H5I_GENPROP_LST
public static final int H5I_GENPROP_LST
-
H5I_GROUP
public static final int H5I_GROUP
-
H5I_INVALID_HID
public static final int H5I_INVALID_HID
-
H5I_NTYPES
public static final int H5I_NTYPES
-
H5I_UNINIT
public static final int H5I_UNINIT
-
H5I_VFL
public static final int H5I_VFL
-
H5I_VOL
public static final int H5I_VOL
-
H5L_TYPE_ERROR
public static final int H5L_TYPE_ERROR
-
H5L_TYPE_HARD
public static final int H5L_TYPE_HARD
-
H5L_TYPE_SOFT
public static final int H5L_TYPE_SOFT
-
H5L_TYPE_EXTERNAL
public static final int H5L_TYPE_EXTERNAL
-
H5L_TYPE_MAX
public static final int H5L_TYPE_MAX
-
H5O_COPY_SHALLOW_HIERARCHY_FLAG
public static final int H5O_COPY_SHALLOW_HIERARCHY_FLAG
-
H5O_COPY_EXPAND_SOFT_LINK_FLAG
public static final int H5O_COPY_EXPAND_SOFT_LINK_FLAG
-
H5O_COPY_EXPAND_EXT_LINK_FLAG
public static final int H5O_COPY_EXPAND_EXT_LINK_FLAG
-
H5O_COPY_EXPAND_REFERENCE_FLAG
public static final int H5O_COPY_EXPAND_REFERENCE_FLAG
-
H5O_COPY_WITHOUT_ATTR_FLAG
public static final int H5O_COPY_WITHOUT_ATTR_FLAG
-
H5O_COPY_PRESERVE_NULL_FLAG
public static final int H5O_COPY_PRESERVE_NULL_FLAG
-
H5O_INFO_BASIC
public static final int H5O_INFO_BASIC
-
H5O_INFO_TIME
public static final int H5O_INFO_TIME
-
H5O_INFO_NUM_ATTRS
public static final int H5O_INFO_NUM_ATTRS
-
H5O_INFO_ALL
public static final int H5O_INFO_ALL
-
H5O_NATIVE_INFO_HDR
public static final int H5O_NATIVE_INFO_HDR
-
H5O_NATIVE_INFO_META_SIZE
public static final int H5O_NATIVE_INFO_META_SIZE
-
H5O_NATIVE_INFO_ALL
public static final int H5O_NATIVE_INFO_ALL
-
H5O_SHMESG_NONE_FLAG
public static final int H5O_SHMESG_NONE_FLAG
-
H5O_SHMESG_SDSPACE_FLAG
public static final int H5O_SHMESG_SDSPACE_FLAG
-
H5O_SHMESG_DTYPE_FLAG
public static final int H5O_SHMESG_DTYPE_FLAG
-
H5O_SHMESG_FILL_FLAG
public static final int H5O_SHMESG_FILL_FLAG
-
H5O_SHMESG_PLINE_FLAG
public static final int H5O_SHMESG_PLINE_FLAG
-
H5O_SHMESG_ATTR_FLAG
public static final int H5O_SHMESG_ATTR_FLAG
-
H5O_SHMESG_ALL_FLAG
public static final int H5O_SHMESG_ALL_FLAG
-
H5O_TYPE_UNKNOWN
public static final int H5O_TYPE_UNKNOWN
-
H5O_TYPE_GROUP
public static final int H5O_TYPE_GROUP
-
H5O_TYPE_DATASET
public static final int H5O_TYPE_DATASET
-
H5O_TYPE_NAMED_DATATYPE
public static final int H5O_TYPE_NAMED_DATATYPE
-
H5O_TYPE_NTYPES
public static final int H5O_TYPE_NTYPES
-
H5O_MAX_TOKEN_SIZE
public static final int H5O_MAX_TOKEN_SIZE
-
H5O_TOKEN_UNDEF
public static final H5O_token_t H5O_TOKEN_UNDEF
-
H5P_ROOT
public static final long H5P_ROOT
-
H5P_OBJECT_CREATE
public static final long H5P_OBJECT_CREATE
-
H5P_FILE_CREATE
public static final long H5P_FILE_CREATE
-
H5P_FILE_ACCESS
public static final long H5P_FILE_ACCESS
-
H5P_DATASET_CREATE
public static final long H5P_DATASET_CREATE
-
H5P_DATASET_ACCESS
public static final long H5P_DATASET_ACCESS
-
H5P_DATASET_XFER
public static final long H5P_DATASET_XFER
-
H5P_FILE_MOUNT
public static final long H5P_FILE_MOUNT
-
H5P_GROUP_CREATE
public static final long H5P_GROUP_CREATE
-
H5P_GROUP_ACCESS
public static final long H5P_GROUP_ACCESS
-
H5P_DATATYPE_CREATE
public static final long H5P_DATATYPE_CREATE
-
H5P_DATATYPE_ACCESS
public static final long H5P_DATATYPE_ACCESS
-
H5P_STRING_CREATE
public static final long H5P_STRING_CREATE
-
H5P_ATTRIBUTE_CREATE
public static final long H5P_ATTRIBUTE_CREATE
-
H5P_ATTRIBUTE_ACCESS
public static final long H5P_ATTRIBUTE_ACCESS
-
H5P_OBJECT_COPY
public static final long H5P_OBJECT_COPY
-
H5P_LINK_CREATE
public static final long H5P_LINK_CREATE
-
H5P_LINK_ACCESS
public static final long H5P_LINK_ACCESS
-
H5P_VOL_INITIALIZE
public static final long H5P_VOL_INITIALIZE
-
H5P_FILE_CREATE_DEFAULT
public static final long H5P_FILE_CREATE_DEFAULT
-
H5P_FILE_ACCESS_DEFAULT
public static final long H5P_FILE_ACCESS_DEFAULT
-
H5P_DATASET_CREATE_DEFAULT
public static final long H5P_DATASET_CREATE_DEFAULT
-
H5P_DATASET_ACCESS_DEFAULT
public static final long H5P_DATASET_ACCESS_DEFAULT
-
H5P_DATASET_XFER_DEFAULT
public static final long H5P_DATASET_XFER_DEFAULT
-
H5P_FILE_MOUNT_DEFAULT
public static final long H5P_FILE_MOUNT_DEFAULT
-
H5P_GROUP_CREATE_DEFAULT
public static final long H5P_GROUP_CREATE_DEFAULT
-
H5P_GROUP_ACCESS_DEFAULT
public static final long H5P_GROUP_ACCESS_DEFAULT
-
H5P_DATATYPE_CREATE_DEFAULT
public static final long H5P_DATATYPE_CREATE_DEFAULT
-
H5P_DATATYPE_ACCESS_DEFAULT
public static final long H5P_DATATYPE_ACCESS_DEFAULT
-
H5P_ATTRIBUTE_CREATE_DEFAULT
public static final long H5P_ATTRIBUTE_CREATE_DEFAULT
-
H5P_ATTRIBUTE_ACCESS_DEFAULT
public static final long H5P_ATTRIBUTE_ACCESS_DEFAULT
-
H5P_OBJECT_COPY_DEFAULT
public static final long H5P_OBJECT_COPY_DEFAULT
-
H5P_LINK_CREATE_DEFAULT
public static final long H5P_LINK_CREATE_DEFAULT
-
H5P_LINK_ACCESS_DEFAULT
public static final long H5P_LINK_ACCESS_DEFAULT
-
H5P_VOL_INITIALIZE_DEFAULT
public static final long H5P_VOL_INITIALIZE_DEFAULT
-
H5P_CRT_ORDER_TRACKED
public static final int H5P_CRT_ORDER_TRACKED
-
H5P_CRT_ORDER_INDEXED
public static final int H5P_CRT_ORDER_INDEXED
-
H5P_DEFAULT
public static final long H5P_DEFAULT
-
H5PL_TYPE_ERROR
public static final int H5PL_TYPE_ERROR
-
H5PL_TYPE_FILTER
public static final int H5PL_TYPE_FILTER
-
H5PL_TYPE_VOL
public static final int H5PL_TYPE_VOL
-
H5PL_TYPE_NONE
public static final int H5PL_TYPE_NONE
-
H5PL_FILTER_PLUGIN
public static final int H5PL_FILTER_PLUGIN
-
H5PL_VOL_PLUGIN
public static final int H5PL_VOL_PLUGIN
-
H5PL_ALL_PLUGIN
public static final int H5PL_ALL_PLUGIN
-
H5R_ATTR
public static final int H5R_ATTR
-
H5R_BADTYPE
public static final int H5R_BADTYPE
-
H5R_DATASET_REGION
public static final int H5R_DATASET_REGION
-
H5R_DATASET_REGION1
public static final int H5R_DATASET_REGION1
-
H5R_DATASET_REGION2
public static final int H5R_DATASET_REGION2
-
H5R_MAXTYPE
public static final int H5R_MAXTYPE
-
H5R_DSET_REG_REF_BUF_SIZE
public static final int H5R_DSET_REG_REF_BUF_SIZE
-
H5R_OBJ_REF_BUF_SIZE
public static final int H5R_OBJ_REF_BUF_SIZE
-
H5R_REF_BUF_SIZE
public static final int H5R_REF_BUF_SIZE
-
H5R_OBJECT
public static final int H5R_OBJECT
-
H5R_OBJECT1
public static final int H5R_OBJECT1
-
H5R_OBJECT2
public static final int H5R_OBJECT2
-
H5S_ALL
public static final int H5S_ALL
Define atomic datatypes
-
H5S_MAX_RANK
public static final int H5S_MAX_RANK
Define user-level maximum number of dimensions
-
H5S_NO_CLASS
public static final int H5S_NO_CLASS
Different types of dataspaces - error
-
H5S_NULL
public static final int H5S_NULL
Different types of dataspaces - null dataspace
-
H5S_SCALAR
public static final int H5S_SCALAR
Different types of dataspaces - scalar variable
-
H5S_SEL_ALL
public static final int H5S_SEL_ALL
Enumerated type for the type of selection - Entire extent selected
-
H5S_SEL_ERROR
public static final int H5S_SEL_ERROR
Enumerated type for the type of selection - Error
-
H5S_SEL_HYPERSLABS
public static final int H5S_SEL_HYPERSLABS
Enumerated type for the type of selection - Hyperslab selected
-
H5S_SEL_N
public static final int H5S_SEL_N
Enumerated type for the type of selection - LAST
-
H5S_SEL_NONE
public static final int H5S_SEL_NONE
Enumerated type for the type of selection - Nothing selected
-
H5S_SEL_POINTS
public static final int H5S_SEL_POINTS
Enumerated type for the type of selection - Points / elements selected
-
H5S_SELECT_AND
public static final int H5S_SELECT_AND
Different ways of combining selections - Binary "and" operation for hyperslabs
-
H5S_SELECT_APPEND
public static final int H5S_SELECT_APPEND
Different ways of combining selections - Append elements to end of point selection
-
H5S_SELECT_INVALID
public static final int H5S_SELECT_INVALID
Different ways of combining selections - Invalid upper bound on selection operations
-
H5S_SELECT_NOOP
public static final int H5S_SELECT_NOOP
Different ways of combining selections - error
-
H5S_SELECT_NOTA
public static final int H5S_SELECT_NOTA
Different ways of combining selections - Binary "not" operation for hyperslabs
-
H5S_SELECT_NOTB
public static final int H5S_SELECT_NOTB
Different ways of combining selections - Binary "not" operation for hyperslabs
-
H5S_SELECT_OR
public static final int H5S_SELECT_OR
Different ways of combining selections - Binary "or" operation for hyperslabs
-
H5S_SELECT_PREPEND
public static final int H5S_SELECT_PREPEND
Different ways of combining selections - Prepend elements to beginning of point selection
-
H5S_SELECT_SET
public static final int H5S_SELECT_SET
Different ways of combining selections - Select "set" operation
-
H5S_SELECT_XOR
public static final int H5S_SELECT_XOR
Different ways of combining selections - Binary "xor" operation for hyperslabs
-
H5S_SIMPLE
public static final int H5S_SIMPLE
Different types of dataspaces - simple dataspace
-
H5S_UNLIMITED
public static final int H5S_UNLIMITED
Define atomic datatypes
-
H5T_ALPHA_B16
public static final long H5T_ALPHA_B16
-
H5T_ALPHA_B32
public static final long H5T_ALPHA_B32
-
H5T_ALPHA_B64
public static final long H5T_ALPHA_B64
-
H5T_ALPHA_B8
public static final long H5T_ALPHA_B8
-
H5T_ALPHA_F32
public static final long H5T_ALPHA_F32
-
H5T_ALPHA_F64
public static final long H5T_ALPHA_F64
-
H5T_ALPHA_I16
public static final long H5T_ALPHA_I16
-
H5T_ALPHA_I32
public static final long H5T_ALPHA_I32
-
H5T_ALPHA_I64
public static final long H5T_ALPHA_I64
-
H5T_ALPHA_I8
public static final long H5T_ALPHA_I8
-
H5T_ALPHA_U16
public static final long H5T_ALPHA_U16
-
H5T_ALPHA_U32
public static final long H5T_ALPHA_U32
-
H5T_ALPHA_U64
public static final long H5T_ALPHA_U64
-
H5T_ALPHA_U8
public static final long H5T_ALPHA_U8
-
H5T_ARRAY
public static final int H5T_ARRAY
-
H5T_BITFIELD
public static final int H5T_BITFIELD
-
H5T_BKG_NO
public static final int H5T_BKG_NO
-
H5T_BKG_YES
public static final int H5T_BKG_YES
-
H5T_C_S1
public static final long H5T_C_S1
-
H5T_COMPOUND
public static final int H5T_COMPOUND
-
H5T_CONV_CONV
public static final int H5T_CONV_CONV
-
H5T_CONV_FREE
public static final int H5T_CONV_FREE
-
H5T_CONV_INIT
public static final int H5T_CONV_INIT
-
H5T_CSET_ERROR
public static final int H5T_CSET_ERROR
-
H5T_CSET_ASCII
public static final int H5T_CSET_ASCII
-
H5T_CSET_UTF8
public static final int H5T_CSET_UTF8
-
H5T_CSET_RESERVED_10
public static final int H5T_CSET_RESERVED_10
-
H5T_CSET_RESERVED_11
public static final int H5T_CSET_RESERVED_11
-
H5T_CSET_RESERVED_12
public static final int H5T_CSET_RESERVED_12
-
H5T_CSET_RESERVED_13
public static final int H5T_CSET_RESERVED_13
-
H5T_CSET_RESERVED_14
public static final int H5T_CSET_RESERVED_14
-
H5T_CSET_RESERVED_15
public static final int H5T_CSET_RESERVED_15
-
H5T_CSET_RESERVED_2
public static final int H5T_CSET_RESERVED_2
-
H5T_CSET_RESERVED_3
public static final int H5T_CSET_RESERVED_3
-
H5T_CSET_RESERVED_4
public static final int H5T_CSET_RESERVED_4
-
H5T_CSET_RESERVED_5
public static final int H5T_CSET_RESERVED_5
-
H5T_CSET_RESERVED_6
public static final int H5T_CSET_RESERVED_6
-
H5T_CSET_RESERVED_7
public static final int H5T_CSET_RESERVED_7
-
H5T_CSET_RESERVED_8
public static final int H5T_CSET_RESERVED_8
-
H5T_CSET_RESERVED_9
public static final int H5T_CSET_RESERVED_9
-
H5T_DIR_ASCEND
public static final int H5T_DIR_ASCEND
-
H5T_DIR_DEFAULT
public static final int H5T_DIR_DEFAULT
-
H5T_DIR_DESCEND
public static final int H5T_DIR_DESCEND
-
H5T_ENUM
public static final int H5T_ENUM
-
H5T_FLOAT
public static final int H5T_FLOAT
-
H5T_FORTRAN_S1
public static final long H5T_FORTRAN_S1
-
H5T_IEEE_F32BE
public static final long H5T_IEEE_F32BE
-
H5T_IEEE_F32LE
public static final long H5T_IEEE_F32LE
-
H5T_IEEE_F64BE
public static final long H5T_IEEE_F64BE
-
H5T_IEEE_F64LE
public static final long H5T_IEEE_F64LE
-
H5T_INTEGER
public static final int H5T_INTEGER
-
H5T_INTEL_B16
public static final long H5T_INTEL_B16
-
H5T_INTEL_B32
public static final long H5T_INTEL_B32
-
H5T_INTEL_B64
public static final long H5T_INTEL_B64
-
H5T_INTEL_B8
public static final long H5T_INTEL_B8
-
H5T_INTEL_F32
public static final long H5T_INTEL_F32
-
H5T_INTEL_F64
public static final long H5T_INTEL_F64
-
H5T_INTEL_I16
public static final long H5T_INTEL_I16
-
H5T_INTEL_I32
public static final long H5T_INTEL_I32
-
H5T_INTEL_I64
public static final long H5T_INTEL_I64
-
H5T_INTEL_I8
public static final long H5T_INTEL_I8
-
H5T_INTEL_U16
public static final long H5T_INTEL_U16
-
H5T_INTEL_U32
public static final long H5T_INTEL_U32
-
H5T_INTEL_U64
public static final long H5T_INTEL_U64
-
H5T_INTEL_U8
public static final long H5T_INTEL_U8
-
H5T_MIPS_B16
public static final long H5T_MIPS_B16
-
H5T_MIPS_B32
public static final long H5T_MIPS_B32
-
H5T_MIPS_B64
public static final long H5T_MIPS_B64
-
H5T_MIPS_B8
public static final long H5T_MIPS_B8
-
H5T_MIPS_F32
public static final long H5T_MIPS_F32
-
H5T_MIPS_F64
public static final long H5T_MIPS_F64
-
H5T_MIPS_I16
public static final long H5T_MIPS_I16
-
H5T_MIPS_I32
public static final long H5T_MIPS_I32
-
H5T_MIPS_I64
public static final long H5T_MIPS_I64
-
H5T_MIPS_I8
public static final long H5T_MIPS_I8
-
H5T_MIPS_U16
public static final long H5T_MIPS_U16
-
H5T_MIPS_U32
public static final long H5T_MIPS_U32
-
H5T_MIPS_U64
public static final long H5T_MIPS_U64
-
H5T_MIPS_U8
public static final long H5T_MIPS_U8
-
H5T_NATIVE_B16
public static final long H5T_NATIVE_B16
-
H5T_NATIVE_B32
public static final long H5T_NATIVE_B32
-
H5T_NATIVE_B64
public static final long H5T_NATIVE_B64
-
H5T_NATIVE_B8
public static final long H5T_NATIVE_B8
-
H5T_NATIVE_CHAR
public static final long H5T_NATIVE_CHAR
-
H5T_NATIVE_DOUBLE
public static final long H5T_NATIVE_DOUBLE
-
H5T_NATIVE_FLOAT
public static final long H5T_NATIVE_FLOAT
-
H5T_NATIVE_HADDR
public static final long H5T_NATIVE_HADDR
-
H5T_NATIVE_HBOOL
public static final long H5T_NATIVE_HBOOL
-
H5T_NATIVE_HERR
public static final long H5T_NATIVE_HERR
-
H5T_NATIVE_HSIZE
public static final long H5T_NATIVE_HSIZE
-
H5T_NATIVE_HSSIZE
public static final long H5T_NATIVE_HSSIZE
-
H5T_NATIVE_INT
public static final long H5T_NATIVE_INT
-
H5T_NATIVE_INT_FAST16
public static final long H5T_NATIVE_INT_FAST16
-
H5T_NATIVE_INT_FAST32
public static final long H5T_NATIVE_INT_FAST32
-
H5T_NATIVE_INT_FAST64
public static final long H5T_NATIVE_INT_FAST64
-
H5T_NATIVE_INT_FAST8
public static final long H5T_NATIVE_INT_FAST8
-
H5T_NATIVE_INT_LEAST16
public static final long H5T_NATIVE_INT_LEAST16
-
H5T_NATIVE_INT_LEAST32
public static final long H5T_NATIVE_INT_LEAST32
-
H5T_NATIVE_INT_LEAST64
public static final long H5T_NATIVE_INT_LEAST64
-
H5T_NATIVE_INT_LEAST8
public static final long H5T_NATIVE_INT_LEAST8
-
H5T_NATIVE_INT16
public static final long H5T_NATIVE_INT16
-
H5T_NATIVE_INT32
public static final long H5T_NATIVE_INT32
-
H5T_NATIVE_INT64
public static final long H5T_NATIVE_INT64
-
H5T_NATIVE_INT8
public static final long H5T_NATIVE_INT8
-
H5T_NATIVE_LDOUBLE
public static final long H5T_NATIVE_LDOUBLE
-
H5T_NATIVE_LLONG
public static final long H5T_NATIVE_LLONG
-
H5T_NATIVE_LONG
public static final long H5T_NATIVE_LONG
-
H5T_NATIVE_OPAQUE
public static final long H5T_NATIVE_OPAQUE
-
H5T_NATIVE_SCHAR
public static final long H5T_NATIVE_SCHAR
-
H5T_NATIVE_SHORT
public static final long H5T_NATIVE_SHORT
-
H5T_NATIVE_UCHAR
public static final long H5T_NATIVE_UCHAR
-
H5T_NATIVE_UINT
public static final long H5T_NATIVE_UINT
-
H5T_NATIVE_UINT_FAST16
public static final long H5T_NATIVE_UINT_FAST16
-
H5T_NATIVE_UINT_FAST32
public static final long H5T_NATIVE_UINT_FAST32
-
H5T_NATIVE_UINT_FAST64
public static final long H5T_NATIVE_UINT_FAST64
-
H5T_NATIVE_UINT_FAST8
public static final long H5T_NATIVE_UINT_FAST8
-
H5T_NATIVE_UINT_LEAST16
public static final long H5T_NATIVE_UINT_LEAST16
-
H5T_NATIVE_UINT_LEAST32
public static final long H5T_NATIVE_UINT_LEAST32
-
H5T_NATIVE_UINT_LEAST64
public static final long H5T_NATIVE_UINT_LEAST64
-
H5T_NATIVE_UINT_LEAST8
public static final long H5T_NATIVE_UINT_LEAST8
-
H5T_NATIVE_UINT16
public static final long H5T_NATIVE_UINT16
-
H5T_NATIVE_UINT32
public static final long H5T_NATIVE_UINT32
-
H5T_NATIVE_UINT64
public static final long H5T_NATIVE_UINT64
-
H5T_NATIVE_UINT8
public static final long H5T_NATIVE_UINT8
-
H5T_NATIVE_ULLONG
public static final long H5T_NATIVE_ULLONG
-
H5T_NATIVE_ULONG
public static final long H5T_NATIVE_ULONG
-
H5T_NATIVE_USHORT
public static final long H5T_NATIVE_USHORT
-
H5T_NCLASSES
public static final int H5T_NCLASSES
-
H5T_NO_CLASS
public static final int H5T_NO_CLASS
-
H5T_NORM_ERROR
public static final int H5T_NORM_ERROR
-
H5T_NORM_IMPLIED
public static final int H5T_NORM_IMPLIED
-
H5T_NORM_MSBSET
public static final int H5T_NORM_MSBSET
-
H5T_NORM_NONE
public static final int H5T_NORM_NONE
-
H5T_NPAD
public static final int H5T_NPAD
-
H5T_NSGN
public static final int H5T_NSGN
-
H5T_OPAQUE
public static final int H5T_OPAQUE
-
H5T_OPAQUE_TAG_MAX
public static final int H5T_OPAQUE_TAG_MAX
-
H5T_ORDER_BE
public static final int H5T_ORDER_BE
-
H5T_ORDER_ERROR
public static final int H5T_ORDER_ERROR
-
H5T_ORDER_LE
public static final int H5T_ORDER_LE
-
H5T_ORDER_NONE
public static final int H5T_ORDER_NONE
-
H5T_ORDER_VAX
public static final int H5T_ORDER_VAX
-
H5T_PAD_BACKGROUND
public static final int H5T_PAD_BACKGROUND
-
H5T_PAD_ERROR
public static final int H5T_PAD_ERROR
-
H5T_PAD_ONE
public static final int H5T_PAD_ONE
-
H5T_PAD_ZERO
public static final int H5T_PAD_ZERO
-
H5T_PERS_DONTCARE
public static final int H5T_PERS_DONTCARE
-
H5T_PERS_HARD
public static final int H5T_PERS_HARD
-
H5T_PERS_SOFT
public static final int H5T_PERS_SOFT
-
H5T_REFERENCE
public static final int H5T_REFERENCE
-
H5T_SGN_2
public static final int H5T_SGN_2
-
H5T_SGN_ERROR
public static final int H5T_SGN_ERROR
-
H5T_SGN_NONE
public static final int H5T_SGN_NONE
-
H5T_STD_B16BE
public static final long H5T_STD_B16BE
-
H5T_STD_B16LE
public static final long H5T_STD_B16LE
-
H5T_STD_B32BE
public static final long H5T_STD_B32BE
-
H5T_STD_B32LE
public static final long H5T_STD_B32LE
-
H5T_STD_B64BE
public static final long H5T_STD_B64BE
-
H5T_STD_B64LE
public static final long H5T_STD_B64LE
-
H5T_STD_B8BE
public static final long H5T_STD_B8BE
-
H5T_STD_B8LE
public static final long H5T_STD_B8LE
-
H5T_STD_I16BE
public static final long H5T_STD_I16BE
-
H5T_STD_I16LE
public static final long H5T_STD_I16LE
-
H5T_STD_I32BE
public static final long H5T_STD_I32BE
-
H5T_STD_I32LE
public static final long H5T_STD_I32LE
-
H5T_STD_I64BE
public static final long H5T_STD_I64BE
-
H5T_STD_I64LE
public static final long H5T_STD_I64LE
-
H5T_STD_I8BE
public static final long H5T_STD_I8BE
-
H5T_STD_I8LE
public static final long H5T_STD_I8LE
-
H5T_STD_REF_DSETREG
public static final long H5T_STD_REF_DSETREG
-
H5T_STD_REF_OBJ
public static final long H5T_STD_REF_OBJ
-
H5T_STD_REF
public static final long H5T_STD_REF
-
H5T_STD_U16BE
public static final long H5T_STD_U16BE
-
H5T_STD_U16LE
public static final long H5T_STD_U16LE
-
H5T_STD_U32BE
public static final long H5T_STD_U32BE
-
H5T_STD_U32LE
public static final long H5T_STD_U32LE
-
H5T_STD_U64BE
public static final long H5T_STD_U64BE
-
H5T_STD_U64LE
public static final long H5T_STD_U64LE
-
H5T_STD_U8BE
public static final long H5T_STD_U8BE
-
H5T_STD_U8LE
public static final long H5T_STD_U8LE
-
H5T_STR_ERROR
public static final int H5T_STR_ERROR
-
H5T_STR_NULLPAD
public static final int H5T_STR_NULLPAD
-
H5T_STR_NULLTERM
public static final int H5T_STR_NULLTERM
-
H5T_STR_RESERVED_10
public static final int H5T_STR_RESERVED_10
-
H5T_STR_RESERVED_11
public static final int H5T_STR_RESERVED_11
-
H5T_STR_RESERVED_12
public static final int H5T_STR_RESERVED_12
-
H5T_STR_RESERVED_13
public static final int H5T_STR_RESERVED_13
-
H5T_STR_RESERVED_14
public static final int H5T_STR_RESERVED_14
-
H5T_STR_RESERVED_15
public static final int H5T_STR_RESERVED_15
-
H5T_STR_RESERVED_3
public static final int H5T_STR_RESERVED_3
-
H5T_STR_RESERVED_4
public static final int H5T_STR_RESERVED_4
-
H5T_STR_RESERVED_5
public static final int H5T_STR_RESERVED_5
-
H5T_STR_RESERVED_6
public static final int H5T_STR_RESERVED_6
-
H5T_STR_RESERVED_7
public static final int H5T_STR_RESERVED_7
-
H5T_STR_RESERVED_8
public static final int H5T_STR_RESERVED_8
-
H5T_STR_RESERVED_9
public static final int H5T_STR_RESERVED_9
-
H5T_STR_SPACEPAD
public static final int H5T_STR_SPACEPAD
-
H5T_STRING
public static final int H5T_STRING
-
H5T_TIME
public static final int H5T_TIME
-
H5T_UNIX_D32BE
public static final long H5T_UNIX_D32BE
-
H5T_UNIX_D32LE
public static final long H5T_UNIX_D32LE
-
H5T_UNIX_D64BE
public static final long H5T_UNIX_D64BE
-
H5T_UNIX_D64LE
public static final long H5T_UNIX_D64LE
-
H5T_VARIABLE
public static final long H5T_VARIABLE
-
H5T_VLEN
public static final int H5T_VLEN
-
H5T_VL_T
public static final int H5T_VL_T
-
H5VL_CAP_FLAG_NONE
public static final int H5VL_CAP_FLAG_NONE
-
H5VL_CAP_FLAG_THREADSAFE
public static final int H5VL_CAP_FLAG_THREADSAFE
-
H5VL_NATIVE
public static final long H5VL_NATIVE
-
H5VL_NATIVE_NAME
public static final String H5VL_NATIVE_NAME
-
H5VL_NATIVE_VALUE
public static final int H5VL_NATIVE_VALUE
-
H5VL_NATIVE_VERSION
public static final int H5VL_NATIVE_VERSION
-
H5_VOL_INVALID
public static final int H5_VOL_INVALID
-
H5_VOL_NATIVE
public static final int H5_VOL_NATIVE
-
H5_VOL_RESERVED
public static final int H5_VOL_RESERVED
-
H5_VOL_MAX
public static final int H5_VOL_MAX
-
H5Z_CB_CONT
public static final int H5Z_CB_CONT
Return values for filter callback function
-
H5Z_CB_ERROR
public static final int H5Z_CB_ERROR
Return values for filter callback function
-
H5Z_CB_FAIL
public static final int H5Z_CB_FAIL
Return values for filter callback function
-
H5Z_CB_NO
public static final int H5Z_CB_NO
Return values for filter callback function
-
H5Z_DISABLE_EDC
public static final int H5Z_DISABLE_EDC
Values to decide if EDC is enabled for reading data
-
H5Z_ENABLE_EDC
public static final int H5Z_ENABLE_EDC
Values to decide if EDC is enabled for reading data
-
H5Z_ERROR_EDC
public static final int H5Z_ERROR_EDC
Values to decide if EDC is enabled for reading data
-
H5Z_FILTER_DEFLATE
public static final int H5Z_FILTER_DEFLATE
Filter IDs - deflation like gzip
-
H5Z_FILTER_ERROR
public static final int H5Z_FILTER_ERROR
Filter IDs - no filter
-
H5Z_FILTER_FLETCHER32
public static final int H5Z_FILTER_FLETCHER32
Filter IDs - fletcher32 checksum of EDC
-
H5Z_FILTER_MAX
public static final int H5Z_FILTER_MAX
Filter IDs - maximum filter id
-
H5Z_FILTER_NBIT
public static final int H5Z_FILTER_NBIT
Filter IDs - nbit compression
-
H5Z_FILTER_NONE
public static final int H5Z_FILTER_NONE
Filter IDs - reserved indefinitely
-
H5Z_FILTER_RESERVED
public static final int H5Z_FILTER_RESERVED
Filter IDs - filter ids below this value are reserved for library use
-
H5Z_FILTER_SCALEOFFSET
public static final int H5Z_FILTER_SCALEOFFSET
Filter IDs - scale+offset compression
-
H5Z_FILTER_SHUFFLE
public static final int H5Z_FILTER_SHUFFLE
Filter IDs - shuffle the data
-
H5Z_FILTER_SZIP
public static final int H5Z_FILTER_SZIP
Filter IDs - szip compression
-
H5Z_FLAG_DEFMASK
public static final int H5Z_FLAG_DEFMASK
Flags for filter definition (stored) definition flag mask
-
H5Z_FLAG_INVMASK
public static final int H5Z_FLAG_INVMASK
Additional flags for filter invocation (not stored) invocation flag mask
-
H5Z_FLAG_MANDATORY
public static final int H5Z_FLAG_MANDATORY
Flags for filter definition (stored) filter is mandatory
-
H5Z_FLAG_OPTIONAL
public static final int H5Z_FLAG_OPTIONAL
Flags for filter definition (stored) filter is optional
-
H5Z_FLAG_REVERSE
public static final int H5Z_FLAG_REVERSE
Additional flags for filter invocation (not stored) reverse direction; read
-
H5Z_FLAG_SKIP_EDC
public static final int H5Z_FLAG_SKIP_EDC
Additional flags for filter invocation (not stored) skip EDC filters for read
-
H5Z_FILTER_ALL
public static final int H5Z_FILTER_ALL
Symbol to remove all filters in H5Premove_filter
-
H5Z_MAX_NFILTERS
public static final int H5Z_MAX_NFILTERS
Maximum number of filters allowed in a pipeline
-
H5Z_NO_EDC
public static final int H5Z_NO_EDC
Values to decide if EDC is enabled for reading data
-
H5Z_FILTER_CONFIG_ENCODE_ENABLED
public static final int H5Z_FILTER_CONFIG_ENCODE_ENABLED
Bit flags for H5Zget_filter_info
-
H5Z_FILTER_CONFIG_DECODE_ENABLED
public static final int H5Z_FILTER_CONFIG_DECODE_ENABLED
Bit flags for H5Zget_filter_info
-
H5Z_SO_INT_MINBITS_DEFAULT
public static final int H5Z_SO_INT_MINBITS_DEFAULT
Special parameters for ScaleOffset filter
-
H5Z_SO_FLOAT_DSCALE
public static final int H5Z_SO_FLOAT_DSCALE
Special parameters for ScaleOffset filter
-
H5Z_SO_FLOAT_ESCALE
public static final int H5Z_SO_FLOAT_ESCALE
Special parameters for ScaleOffset filter
-
H5Z_SO_INT
public static final int H5Z_SO_INT
Special parameters for ScaleOffset filter
-
H5Z_SHUFFLE_USER_NPARMS
public static final int H5Z_SHUFFLE_USER_NPARMS
shuffle filter - Number of parameters that users can set
-
H5Z_SHUFFLE_TOTAL_NPARMS
public static final int H5Z_SHUFFLE_TOTAL_NPARMS
shuffle filter - Total number of parameters for filter
-
H5Z_SZIP_USER_NPARMS
public static final int H5Z_SZIP_USER_NPARMS
szip filter - Number of parameters that users can set
-
H5Z_SZIP_TOTAL_NPARMS
public static final int H5Z_SZIP_TOTAL_NPARMS
szip filter - Total number of parameters for filter
-
H5Z_SZIP_PARM_MASK
public static final int H5Z_SZIP_PARM_MASK
szip filter - "User" parameter for option mask
-
H5Z_SZIP_PARM_PPB
public static final int H5Z_SZIP_PARM_PPB
szip filter - "User" parameter for pixels-per-block
-
H5Z_SZIP_PARM_BPP
public static final int H5Z_SZIP_PARM_BPP
szip filter - "Local" parameter for bits-per-pixel
-
H5Z_SZIP_PARM_PPS
public static final int H5Z_SZIP_PARM_PPS
szip filter - "Local" parameter for pixels-per-scanline
-
H5Z_NBIT_USER_NPARMS
public static final int H5Z_NBIT_USER_NPARMS
nbit filter - Number of parameters that users can set
-
H5Z_SCALEOFFSET_USER_NPARMS
public static final int H5Z_SCALEOFFSET_USER_NPARMS
scale offset filter - Number of parameters that users can set
-
-