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 intH5_INDEX_CRT_ORDERindices on links, index on creation orderstatic intH5_INDEX_Nindices on links, number of indices definedstatic intH5_INDEX_NAMEindices on links, index on namesstatic intH5_INDEX_UNKNOWNindices on links, unknown index typestatic intH5_ITER_DECCommon iteration orders, Decreasing orderstatic intH5_ITER_INCCommon iteration orders, Increasing orderstatic intH5_ITER_NCommon iteration orders, Number of iteration ordersstatic intH5_ITER_NATIVECommon iteration orders, No particular order, whatever is fasteststatic intH5_ITER_UNKNOWNCommon iteration orders, Unknown orderstatic intH5_SZIP_ALLOW_K13_OPTION_MASKSpecial parameters for szip compressionstatic intH5_SZIP_CHIP_OPTION_MASKSpecial parameters for szip compressionstatic intH5_SZIP_EC_OPTION_MASKSpecial parameters for szip compressionstatic intH5_SZIP_MAX_PIXELS_PER_BLOCKSpecial parameters for szip compressionstatic intH5_SZIP_NN_OPTION_MASKSpecial parameters for szip compressionstatic intH5_VOL_INVALIDstatic intH5_VOL_MAXstatic intH5_VOL_NATIVEstatic intH5_VOL_RESERVEDstatic intH5AC_CURR_CACHE_CONFIG_VERSIONThe version of the H5AC_cache_config_t in usestatic intH5AC_MAX_TRACE_FILE_NAME_LENThe maximum length of the trace file pathstatic intH5AC_METADATA_WRITE_STRATEGY_DISTRIBUTEDIn 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 intH5AC_METADATA_WRITE_STRATEGY_PROCESS_ZERO_ONLYWhen metadata_write_strategy is set to this value, only process zero is allowed to write dirty metadata to disk.static intH5C_decr_age_outAt 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 intH5C_decr_age_out_with_thresholdSame 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 intH5C_decr_offDon't attempt to decrease the size of the cache automaticallystatic intH5C_decr_thresholdAttempt 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 intH5C_flash_incr_add_spaceincrease the current maximum cache size by x * flash_multiple less any free space in the cachestatic intH5C_flash_incr_offDon't perform flash increases in the size of the cachestatic intH5C_incr_offDon't attempt to increase the size of the cache automaticallystatic intH5C_incr_thresholdAttempt 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 intH5D_ALLOC_TIME_DEFAULTstatic intH5D_ALLOC_TIME_EARLYstatic intH5D_ALLOC_TIME_ERRORstatic intH5D_ALLOC_TIME_INCRstatic intH5D_ALLOC_TIME_LATEstatic intH5D_CHUNK_DONT_FILTER_PARTIAL_CHUNKSstatic intH5D_CHUNK_IDX_BTREEstatic intH5D_CHUNKEDstatic intH5D_COMPACTstatic intH5D_CONTIGUOUSstatic intH5D_FILL_TIME_ALLOCstatic intH5D_FILL_TIME_ERRORstatic intH5D_FILL_TIME_IFSETstatic intH5D_FILL_TIME_NEVERstatic intH5D_FILL_VALUE_DEFAULTstatic intH5D_FILL_VALUE_ERRORstatic intH5D_FILL_VALUE_UNDEFINEDstatic intH5D_FILL_VALUE_USER_DEFINEDstatic intH5D_LAYOUT_ERRORstatic intH5D_NLAYOUTSstatic intH5D_SPACE_STATUS_ALLOCATEDstatic intH5D_SPACE_STATUS_ERRORstatic intH5D_SPACE_STATUS_NOT_ALLOCATEDstatic intH5D_SPACE_STATUS_PART_ALLOCATEDstatic intH5D_VDS_ERRORstatic intH5D_VDS_FIRST_MISSINGstatic intH5D_VDS_LAST_AVAILABLEstatic intH5D_VIRTUALstatic longH5E_ALIGNMENTMinor error codes - Object header related errors - Alignment errorstatic longH5E_ALREADYEXISTSMinor error codes - Resource errors - Object already existsstatic longH5E_ALREADYINITMinor error codes - Function entry/exit interface - Object already initializedstatic longH5E_ARGSMajor error codes - Invalid arguments to routinestatic longH5E_ATTRMajor error codes - Attributestatic longH5E_BADFILEMinor error codes - File accessibility errors - Bad file ID accessedstatic longH5E_BADGROUPMinor error codes - Object ID related errors - Unable to find ID group informationstatic longH5E_BADIDMinor error codes - Object ID related errors - Unable to find ID information (already closed?)static longH5E_BADITERMinor error codes - Object header related errors - Iteration failedstatic longH5E_BADMESGMinor error codes - Object header related errors - Unrecognized messagestatic longH5E_BADRANGEMinor error codes - Argument errors - Out of rangestatic longH5E_BADSELECTMinor error codes - Dataspace errors - Invalid selectionstatic longH5E_BADSIZEDatatype conversion errors - Bad size for objectstatic longH5E_BADTYPEMinor error codes - Argument errors - Inappropriate typestatic longH5E_BADVALUEMinor error codes - Argument errors - Bad valuestatic longH5E_BTREEMajor error codes - B-Tree nodestatic longH5E_CACHEMajor error codes - Object cachestatic longH5E_CALLBACKI/O pipeline errors - Callback failedstatic longH5E_CANAPPLYI/O pipeline errors - Error from filter 'can apply' callbackstatic longH5E_CANTALLOCMinor error codes - Resource errors - Can't allocate spacestatic longH5E_CANTAPPENDMinor error codes - Dataspace errors - Can't append objectstatic longH5E_CANTATTACHMinor error codes - Heap errors - Can't attach objectstatic longH5E_CANTCLEANMinor error codes - Cache related errors - Unable to mark metadata as cleanstatic longH5E_CANTCLIPMinor error codes - Dataspace errors - Can't clip hyperslab regionstatic longH5E_CANTCLOSEFILEMinor error codes - File accessibility errors - Unable to close filestatic longH5E_CANTCLOSEOBJMinor error codes - Group related errors - Can't close objectstatic longH5E_CANTCOMPAREMinor error codes - Dataspace errors - Can't compare objectsstatic longH5E_CANTCOMPUTEMinor error codes - Heap errors - Can't compute valuestatic longH5E_CANTCONVERTDatatype conversion errors - Can't convert datatypesstatic longH5E_CANTCOPYMinor error codes - Resource errors - Unable to copy objectstatic longH5E_CANTCORKMinor error codes - Cache related errors - Unable to cork an objectstatic longH5E_CANTCOUNTMinor error codes - Dataspace errors - Can't count elementsstatic longH5E_CANTCREATEMinor error codes - File accessibility errors - Unable to create filestatic longH5E_CANTDECMinor error codes - Object ID related errors - Unable to decrement reference countstatic longH5E_CANTDECODEMinor error codes - B-tree related errors - Unable to decode valuestatic longH5E_CANTDELETEMinor error codes - Object header related errors - Can't delete messagestatic longH5E_CANTDELETEFILEMinor error codes - File accessibility errors - Unable to delete filestatic longH5E_CANTDEPENDMinor error codes - Cache related errors - Unable to create a flush dependencystatic longH5E_CANTDIRTYMinor error codes - Cache related errors - Unable to mark metadata as dirtystatic longH5E_CANTENCODEMinor error codes - B-tree related errors - Unable to encode valuestatic longH5E_CANTEXPUNGEMinor error codes - Cache related errors - Unable to expunge a metadata cache entrystatic longH5E_CANTEXTENDMinor error codes - Heap errors - Can't extend heap's spacestatic longH5E_CANTFILTERI/O pipeline errors - Filter operation failedstatic longH5E_CANTFLUSHMinor error codes - Cache related errors - Unable to flush data from cachestatic longH5E_CANTFREEMinor error codes - Resource errors - Unable to free objectstatic longH5E_CANTGATHERMinor error codes - Parallel MPI - Can't gather datastatic longH5E_CANTGCMinor error codes - Resource errors - Unable to garbage collectstatic longH5E_CANTGETMinor error codes - Property list errors - Can't get valuestatic longH5E_CANTGETSIZEMinor error codes - Resource errors - Unable to compute sizestatic longH5E_CANTINCMinor error codes - Object ID related errors - Unable to increment reference countstatic longH5E_CANTINITMinor error codes - Function entry/exit interface - Unable to initialize objectstatic longH5E_CANTINSMinor error codes - Cache related errors - Unable to insert metadata into cachestatic longH5E_CANTINSERTMinor error codes - B-tree related errors - Unable to insert objectstatic longH5E_CANTLISTMinor error codes - B-tree related errors - Unable to list nodestatic longH5E_CANTLOADMinor error codes - Cache related errors - Unable to load metadata into cachestatic longH5E_CANTLOCKMinor error codes - Resource errors - Unable to lock objectstatic longH5E_CANTLOCKFILEMinor error codes - File accessibility errors Unable to lock filestatic longH5E_CANTMARKCLEANMinor error codes - Cache related errors - Unable to mark a pinned entry as cleanstatic longH5E_CANTMARKDIRTYMinor error codes - Cache related errors - Unable to mark a pinned entry as dirtystatic longH5E_CANTMARKSERIALIZEDMinor error codes - Cache related errors - Unable to mark an entry as unserializedstatic longH5E_CANTMARKUNSERIALIZEDMinor error codes - Cache related errors - Unable to mark an entry as serializedstatic longH5E_CANTMERGEMinor error codes - Free space errors - Can't merge objectsstatic longH5E_CANTMODIFYMinor error codes - B-tree related errors - Unable to modify recordstatic longH5E_CANTMOVEMinor error codes - Link related errors - Can't move objectstatic longH5E_CANTNEXTMinor error codes - Dataspace errors - Can't move to next iterator locationstatic longH5E_CANTNOTIFYMinor error codes - Cache related errors - Unable to notify object about actionstatic longH5E_CANTOPENFILEMinor error codes - File accessibility errors - Unable to open filestatic longH5E_CANTOPENOBJMinor error codes - Group related errors - Can't open objectstatic longH5E_CANTOPERATEMinor error codes - Heap errors - Can't operate on objectstatic longH5E_CANTPACKMinor error codes - Object header related errors - Can't pack messagesstatic longH5E_CANTPINMinor error codes - Cache related errors - Unable to pin cache entrystatic longH5E_CANTPROTECTMinor error codes - Cache related errors - Unable to protect metadatastatic longH5E_CANTRECVMinor error codes - Parallel MPI - Can't receive datastatic longH5E_CANTREDISTRIBUTEMinor error codes - B-tree related errors - Unable to redistribute recordsstatic longH5E_CANTREGISTERMinor error codes - Object ID related errors - Unable to register new IDstatic longH5E_CANTRELEASEMinor error codes - Function entry/exit interface - Unable to release objectstatic longH5E_CANTREMOVEMinor error codes - B-tree related errors - Unable to remove objectstatic longH5E_CANTRENAMEMinor error codes - Object header related errors - Unable to rename objectstatic longH5E_CANTRESETMinor error codes - Object header related errors - Can't reset objectstatic longH5E_CANTRESIZEMinor error codes - Cache related errors - Unable to resize a metadata cache entrystatic longH5E_CANTRESTOREMinor error codes - Heap errors - Can't restore conditionstatic longH5E_CANTREVIVEMinor error codes - Free space errors - Can't revive objectstatic longH5E_CANTSELECTMinor error codes - Dataspace errors - Can't select hyperslabstatic longH5E_CANTSERIALIZEMinor error codes - Cache related errors - Unable to serialize data from cachestatic longH5E_CANTSETMinor error codes - Property list errors - Can't set valuestatic longH5E_CANTSHRINKMinor error codes - Free space errors - Can't shrink containerstatic longH5E_CANTSORTMinor error codes - Link related errors - Can't sort objectsstatic longH5E_CANTSPLITMinor error codes - B-tree related errors - Unable to split nodestatic longH5E_CANTSWAPMinor error codes - B-tree related errors - Unable to swap recordsstatic longH5E_CANTTAGMinor error codes - Cache related errors - Unable to tag metadata in the cachestatic longH5E_CANTUNCORKMinor error codes - Cache related errors - Unable to uncork an objectstatic longH5E_CANTUNDEPENDMinor error codes - Cache related errors - Unable to destroy a flush dependencystatic longH5E_CANTUNLOCKMinor error codes - Resource errors - Unable to unlock objectstatic longH5E_CANTUNLOCKFILEMinor error codes - File accessibility errors Unable to unlock filestatic longH5E_CANTUNPINMinor error codes - Cache related errors - Unable to un-pin cache entrystatic longH5E_CANTUNPROTECTMinor error codes - Cache related errors - Unable to unprotect metadatastatic longH5E_CANTUNSERIALIZEMinor error codes - Cache related errors - Unable to mark metadata as unserializedstatic longH5E_CANTUPDATEMinor error codes - Heap errors - Can't update objectstatic longH5E_CLOSEERRORGeneric low-level file I/O errors - Close failedstatic longH5E_COMPLENMinor error codes - Group related errors - Name component is too longstatic longH5E_CONTEXTMajor error codes - API Contextstatic longH5E_DATASETMajor error codes - Datasetstatic longH5E_DATASPACEMajor error codes - Dataspacestatic longH5E_DATATYPEMajor error codes - Datatypestatic longH5E_DEFAULTValue for the default error stackstatic longH5E_DUPCLASSMinor error codes - Property list errors - Duplicate class name in parent classstatic longH5E_EARRAYMajor error codes - Extensible Arraystatic longH5E_EFLMajor error codes - External file liststatic longH5E_ERRORMajor error codes - Error APIstatic longH5E_EXISTSMinor error codes - B-tree related errors - Object already existsstatic longH5E_FARRAYMajor error codes - Fixed Arraystatic longH5E_FCNTLGeneric low-level file I/O errors - File control (fcntl) failedstatic longH5E_FILEMajor error codes - File accessibilitystatic longH5E_FILEEXISTSMinor error codes - File accessibility errors - File already existsstatic longH5E_FILEOPENMinor error codes - File accessibility errors - File already openstatic longH5E_FSPACEMajor error codes - Free Space Managerstatic longH5E_FUNCMajor error codes - Function entry/exitstatic longH5E_HEAPMajor error codes - Heapstatic longH5E_IDMajor error codes - Object IDstatic longH5E_INCONSISTENTSTATEMinor error codes - Dataspace errors - Internal states are inconsistentstatic longH5E_INTERNALMajor error codes - Internal error (too specific to document in detail)static longH5E_IOMajor error codes - Low-level I/Ostatic longH5E_LINKMajor error codes - Linksstatic longH5E_LINKCOUNTMinor error codes - Object header related errors - Bad object header link countstatic longH5E_LOGGINGMinor error codes - Cache related errors - Failure in the cache logging frameworkstatic intH5E_MAJORDifferent kinds of error information - H5E_type_tstatic longH5E_MAPMajor error codes - Mapstatic intH5E_MINORDifferent kinds of error information - H5E_type_tstatic longH5E_MOUNTMinor error codes - File accessibility errors - File mount errorstatic longH5E_MPIMinor error codes - Parallel MPI - Some MPI function failedstatic longH5E_MPIERRSTRMinor error codes - Parallel MPI - MPI Error Stringstatic longH5E_NLINKSMinor error codes - Link related errors - Too many soft links in pathstatic longH5E_NO_INDEPENDENTMinor error codes - Parallel MPI - Can't perform independent IOstatic longH5E_NOENCODERI/O pipeline errors - Filter present but encoding disabledstatic longH5E_NOFILTERI/O pipeline errors - Requested filter is not availablestatic longH5E_NOIDSMinor error codes - Object ID related errors - Out of IDs for groupstatic longH5E_NONE_MAJORMajor error codes - No errorstatic longH5E_NONE_MINORNo errorstatic longH5E_NOSPACEMinor error codes - Resource errors - No space available for allocationstatic longH5E_NOTCACHEDMinor error codes - Cache related errors - Metadata not currently cachedstatic longH5E_NOTFOUNDMinor error codes - B-tree related errors - Object not foundstatic longH5E_NOTHDF5Minor error codes - File accessibility errors - Not an HDF5 filestatic longH5E_NOTREGISTEREDMinor error codes - Link related errors - Link class not registeredstatic longH5E_OBJOPENMinor error codes - Resource errors - Object is already openstatic longH5E_OHDRMajor error codes - Object headerstatic longH5E_OPENERRORMinor error codes - Plugin errors - Can't open directory or filestatic longH5E_OVERFLOWGeneric low-level file I/O errors - Address overflowedstatic longH5E_PAGEBUFMajor error codes - Page Bufferingstatic longH5E_PATHMinor error codes - Group related errors - Problem with path to objectstatic longH5E_PLINEMajor error codes - Data filtersstatic longH5E_PLISTMajor error codes - Property listsstatic longH5E_PLUGINMajor error codes - Plugin for dynamically loaded librarystatic longH5E_PROTECTMinor error codes - Cache related errors - Protected metadata errorstatic longH5E_READERRORGeneric low-level file I/O errors - Read failedstatic longH5E_REFERENCEMajor error codes - Referencesstatic longH5E_RESOURCEMajor error codes - Resource unavailablestatic longH5E_RSMajor error codes - Reference Counted Stringsstatic longH5E_SEEKERRORGeneric low-level file I/O errors - Seek failedstatic longH5E_SETDISALLOWEDMinor error codes - Property list errors - Disallowed operationstatic longH5E_SETLOCALI/O pipeline errors - Error from filter 'set local' callbackstatic longH5E_SLISTMajor error codes - Skip Listsstatic longH5E_SOHMMajor error codes - Shared Object Header Messagesstatic longH5E_STORAGEMajor error codes - Data storagestatic longH5E_SYMMajor error codes - Symbol tablestatic longH5E_SYSERRSTRMinor error codes - System level errors - System error messagestatic longH5E_SYSTEMMinor error codes - Cache related errors - Internal error detectedstatic longH5E_TRAVERSEMinor error codes - Link related errors - Link traversal failurestatic longH5E_TRUNCATEDMinor error codes - File accessibility errors - File has been truncatedstatic longH5E_TSTMajor error codes - Ternary Search Treesstatic longH5E_UNINITIALIZEDMinor error codes - Argument errors - Information is uinitializedstatic longH5E_UNSUPPORTEDMinor error codes - Argument errors - Feature is unsupportedstatic longH5E_VERSIONMinor error codes - Object header related errors - Wrong version numberstatic longH5E_VFLMajor error codes - Virtual File Layerstatic longH5E_VOLMajor error codes - Virtual Object Layerstatic longH5E_WALK_DOWNWARDError stack traversal direction - begin at API function, end deepstatic longH5E_WALK_UPWARDError stack traversal direction - begin deep, end at API functionstatic longH5E_WRITEERRORGeneric low-level file I/O errors - Write failedstatic intH5F_ACC_CREATstatic intH5F_ACC_DEFAULTstatic intH5F_ACC_EXCLstatic intH5F_ACC_RDONLYstatic intH5F_ACC_RDWRstatic intH5F_ACC_SWMR_READstatic intH5F_ACC_SWMR_WRITEstatic intH5F_ACC_TRUNCstatic intH5F_CLOSE_DEFAULTstatic intH5F_CLOSE_SEMIstatic intH5F_CLOSE_STRONGstatic intH5F_CLOSE_WEAKstatic intH5F_FSPACE_STRATEGY_AGGRstatic intH5F_FSPACE_STRATEGY_FSM_AGGRstatic intH5F_FSPACE_STRATEGY_NONEstatic intH5F_FSPACE_STRATEGY_NTYPESstatic intH5F_FSPACE_STRATEGY_PAGEstatic intH5F_LIBVER_EARLIESTstatic intH5F_LIBVER_ERRORstatic intH5F_LIBVER_LATESTstatic intH5F_LIBVER_NBOUNDSstatic intH5F_LIBVER_V110static intH5F_LIBVER_V112static intH5F_LIBVER_V114static intH5F_LIBVER_V18static intH5F_OBJ_ALLstatic intH5F_OBJ_ATTRstatic intH5F_OBJ_DATASETstatic intH5F_OBJ_DATATYPEstatic intH5F_OBJ_FILEstatic intH5F_OBJ_GROUPstatic intH5F_OBJ_LOCALstatic intH5F_SCOPE_GLOBALstatic intH5F_SCOPE_LOCALstatic intH5F_UNLIMITEDstatic longH5FD_COREstatic longH5FD_DEFAULT_HADDR_SIZEstatic longH5FD_DIRECTstatic longH5FD_FAMILYstatic longH5FD_HDFSstatic longH5FD_LOGstatic intH5FD_LOG_ALLstatic intH5FD_LOG_ALLOCstatic intH5FD_LOG_FILE_IOstatic intH5FD_LOG_FILE_READstatic intH5FD_LOG_FILE_WRITEstatic intH5FD_LOG_FLAVORstatic intH5FD_LOG_LOC_IOstatic intH5FD_LOG_LOC_READstatic intH5FD_LOG_LOC_SEEKstatic intH5FD_LOG_LOC_WRITEstatic intH5FD_LOG_NUM_IOstatic intH5FD_LOG_NUM_READstatic intH5FD_LOG_NUM_SEEKstatic intH5FD_LOG_NUM_TRUNCATEstatic intH5FD_LOG_NUM_WRITEstatic intH5FD_LOG_TIME_CLOSEstatic intH5FD_LOG_TIME_IOstatic intH5FD_LOG_TIME_OPENstatic intH5FD_LOG_TIME_READstatic intH5FD_LOG_TIME_SEEKstatic intH5FD_LOG_TIME_STATstatic intH5FD_LOG_TIME_WRITEstatic intH5FD_MEM_BTREEstatic intH5FD_MEM_DEFAULTstatic longH5FD_MEM_DEFAULT_BTREE_SIZEstatic longH5FD_MEM_DEFAULT_DRAW_SIZEstatic longH5FD_MEM_DEFAULT_GHEAP_SIZEstatic longH5FD_MEM_DEFAULT_LHEAP_SIZEstatic longH5FD_MEM_DEFAULT_OHDR_SIZEstatic longH5FD_MEM_DEFAULT_SIZEstatic longH5FD_MEM_DEFAULT_SUPER_SIZEstatic intH5FD_MEM_DRAWstatic intH5FD_MEM_GHEAPstatic intH5FD_MEM_LHEAPstatic intH5FD_MEM_NOLISTstatic intH5FD_MEM_NTYPESstatic intH5FD_MEM_OHDRstatic intH5FD_MEM_SUPERstatic longH5FD_MPIOstatic longH5FD_MULTIstatic longH5FD_ROS3static longH5FD_SEC2static longH5FD_STDIOstatic longH5FD_WINDOWSstatic intH5G_STORAGE_TYPE_COMPACTstatic intH5G_STORAGE_TYPE_DENSEstatic intH5G_STORAGE_TYPE_SYMBOL_TABLEstatic intH5G_STORAGE_TYPE_UNKNOWNstatic intH5I_ATTRstatic intH5I_BADIDstatic intH5I_DATASETstatic intH5I_DATASPACEstatic intH5I_DATATYPEstatic intH5I_ERROR_CLASSstatic intH5I_ERROR_MSGstatic intH5I_ERROR_STACKstatic intH5I_FILEstatic intH5I_GENPROP_CLSstatic intH5I_GENPROP_LSTstatic intH5I_GROUPstatic intH5I_INVALID_HIDstatic intH5I_NTYPESstatic intH5I_UNINITstatic intH5I_VFLstatic intH5I_VOLstatic intH5L_TYPE_ERRORstatic intH5L_TYPE_EXTERNALstatic intH5L_TYPE_HARDstatic intH5L_TYPE_MAXstatic intH5L_TYPE_SOFTstatic intH5O_COPY_EXPAND_EXT_LINK_FLAGstatic intH5O_COPY_EXPAND_REFERENCE_FLAGstatic intH5O_COPY_EXPAND_SOFT_LINK_FLAGstatic intH5O_COPY_PRESERVE_NULL_FLAGstatic intH5O_COPY_SHALLOW_HIERARCHY_FLAGstatic intH5O_COPY_WITHOUT_ATTR_FLAGstatic intH5O_INFO_ALLstatic intH5O_INFO_BASICstatic intH5O_INFO_NUM_ATTRSstatic intH5O_INFO_TIMEstatic intH5O_MAX_TOKEN_SIZEstatic intH5O_NATIVE_INFO_ALLstatic intH5O_NATIVE_INFO_HDRstatic intH5O_NATIVE_INFO_META_SIZEstatic intH5O_SHMESG_ALL_FLAGstatic intH5O_SHMESG_ATTR_FLAGstatic intH5O_SHMESG_DTYPE_FLAGstatic intH5O_SHMESG_FILL_FLAGstatic intH5O_SHMESG_NONE_FLAGstatic intH5O_SHMESG_PLINE_FLAGstatic intH5O_SHMESG_SDSPACE_FLAGstatic H5O_token_tH5O_TOKEN_UNDEFstatic intH5O_TYPE_DATASETstatic intH5O_TYPE_GROUPstatic intH5O_TYPE_NAMED_DATATYPEstatic intH5O_TYPE_NTYPESstatic intH5O_TYPE_UNKNOWNstatic longH5P_ATTRIBUTE_ACCESSstatic longH5P_ATTRIBUTE_ACCESS_DEFAULTstatic longH5P_ATTRIBUTE_CREATEstatic longH5P_ATTRIBUTE_CREATE_DEFAULTstatic intH5P_CRT_ORDER_INDEXEDstatic intH5P_CRT_ORDER_TRACKEDstatic longH5P_DATASET_ACCESSstatic longH5P_DATASET_ACCESS_DEFAULTstatic longH5P_DATASET_CREATEstatic longH5P_DATASET_CREATE_DEFAULTstatic longH5P_DATASET_XFERstatic longH5P_DATASET_XFER_DEFAULTstatic longH5P_DATATYPE_ACCESSstatic longH5P_DATATYPE_ACCESS_DEFAULTstatic longH5P_DATATYPE_CREATEstatic longH5P_DATATYPE_CREATE_DEFAULTstatic longH5P_DEFAULTstatic longH5P_FILE_ACCESSstatic longH5P_FILE_ACCESS_DEFAULTstatic longH5P_FILE_CREATEstatic longH5P_FILE_CREATE_DEFAULTstatic longH5P_FILE_MOUNTstatic longH5P_FILE_MOUNT_DEFAULTstatic longH5P_GROUP_ACCESSstatic longH5P_GROUP_ACCESS_DEFAULTstatic longH5P_GROUP_CREATEstatic longH5P_GROUP_CREATE_DEFAULTstatic longH5P_LINK_ACCESSstatic longH5P_LINK_ACCESS_DEFAULTstatic longH5P_LINK_CREATEstatic longH5P_LINK_CREATE_DEFAULTstatic longH5P_OBJECT_COPYstatic longH5P_OBJECT_COPY_DEFAULTstatic longH5P_OBJECT_CREATEstatic longH5P_ROOTstatic longH5P_STRING_CREATEstatic longH5P_VOL_INITIALIZEstatic longH5P_VOL_INITIALIZE_DEFAULTstatic intH5PL_ALL_PLUGINstatic intH5PL_FILTER_PLUGINstatic intH5PL_TYPE_ERRORstatic intH5PL_TYPE_FILTERstatic intH5PL_TYPE_NONEstatic intH5PL_TYPE_VOLstatic intH5PL_VOL_PLUGINstatic intH5R_ATTRstatic intH5R_BADTYPEstatic intH5R_DATASET_REGIONstatic intH5R_DATASET_REGION1static intH5R_DATASET_REGION2static intH5R_DSET_REG_REF_BUF_SIZEstatic intH5R_MAXTYPEstatic intH5R_OBJ_REF_BUF_SIZEstatic intH5R_OBJECTstatic intH5R_OBJECT1static intH5R_OBJECT2static intH5R_REF_BUF_SIZEstatic intH5S_ALLDefine atomic datatypesstatic intH5S_MAX_RANKDefine user-level maximum number of dimensionsstatic intH5S_NO_CLASSDifferent types of dataspaces - errorstatic intH5S_NULLDifferent types of dataspaces - null dataspacestatic intH5S_SCALARDifferent types of dataspaces - scalar variablestatic intH5S_SEL_ALLEnumerated type for the type of selection - Entire extent selectedstatic intH5S_SEL_ERROREnumerated type for the type of selection - Errorstatic intH5S_SEL_HYPERSLABSEnumerated type for the type of selection - Hyperslab selectedstatic intH5S_SEL_NEnumerated type for the type of selection - LASTstatic intH5S_SEL_NONEEnumerated type for the type of selection - Nothing selectedstatic intH5S_SEL_POINTSEnumerated type for the type of selection - Points / elements selectedstatic intH5S_SELECT_ANDDifferent ways of combining selections - Binary "and" operation for hyperslabsstatic intH5S_SELECT_APPENDDifferent ways of combining selections - Append elements to end of point selectionstatic intH5S_SELECT_INVALIDDifferent ways of combining selections - Invalid upper bound on selection operationsstatic intH5S_SELECT_NOOPDifferent ways of combining selections - errorstatic intH5S_SELECT_NOTADifferent ways of combining selections - Binary "not" operation for hyperslabsstatic intH5S_SELECT_NOTBDifferent ways of combining selections - Binary "not" operation for hyperslabsstatic intH5S_SELECT_ORDifferent ways of combining selections - Binary "or" operation for hyperslabsstatic intH5S_SELECT_PREPENDDifferent ways of combining selections - Prepend elements to beginning of point selectionstatic intH5S_SELECT_SETDifferent ways of combining selections - Select "set" operationstatic intH5S_SELECT_XORDifferent ways of combining selections - Binary "xor" operation for hyperslabsstatic intH5S_SIMPLEDifferent types of dataspaces - simple dataspacestatic intH5S_UNLIMITEDDefine atomic datatypesstatic longH5T_ALPHA_B16static longH5T_ALPHA_B32static longH5T_ALPHA_B64static longH5T_ALPHA_B8static longH5T_ALPHA_F32static longH5T_ALPHA_F64static longH5T_ALPHA_I16static longH5T_ALPHA_I32static longH5T_ALPHA_I64static longH5T_ALPHA_I8static longH5T_ALPHA_U16static longH5T_ALPHA_U32static longH5T_ALPHA_U64static longH5T_ALPHA_U8static intH5T_ARRAYstatic intH5T_BITFIELDstatic intH5T_BKG_NOstatic intH5T_BKG_YESstatic longH5T_C_S1static intH5T_COMPOUNDstatic intH5T_CONV_CONVstatic intH5T_CONV_FREEstatic intH5T_CONV_INITstatic intH5T_CSET_ASCIIstatic intH5T_CSET_ERRORstatic intH5T_CSET_RESERVED_10static intH5T_CSET_RESERVED_11static intH5T_CSET_RESERVED_12static intH5T_CSET_RESERVED_13static intH5T_CSET_RESERVED_14static intH5T_CSET_RESERVED_15static intH5T_CSET_RESERVED_2static intH5T_CSET_RESERVED_3static intH5T_CSET_RESERVED_4static intH5T_CSET_RESERVED_5static intH5T_CSET_RESERVED_6static intH5T_CSET_RESERVED_7static intH5T_CSET_RESERVED_8static intH5T_CSET_RESERVED_9static intH5T_CSET_UTF8static intH5T_DIR_ASCENDstatic intH5T_DIR_DEFAULTstatic intH5T_DIR_DESCENDstatic intH5T_ENUMstatic intH5T_FLOATstatic longH5T_FORTRAN_S1static longH5T_IEEE_F32BEstatic longH5T_IEEE_F32LEstatic longH5T_IEEE_F64BEstatic longH5T_IEEE_F64LEstatic intH5T_INTEGERstatic longH5T_INTEL_B16static longH5T_INTEL_B32static longH5T_INTEL_B64static longH5T_INTEL_B8static longH5T_INTEL_F32static longH5T_INTEL_F64static longH5T_INTEL_I16static longH5T_INTEL_I32static longH5T_INTEL_I64static longH5T_INTEL_I8static longH5T_INTEL_U16static longH5T_INTEL_U32static longH5T_INTEL_U64static longH5T_INTEL_U8static longH5T_MIPS_B16static longH5T_MIPS_B32static longH5T_MIPS_B64static longH5T_MIPS_B8static longH5T_MIPS_F32static longH5T_MIPS_F64static longH5T_MIPS_I16static longH5T_MIPS_I32static longH5T_MIPS_I64static longH5T_MIPS_I8static longH5T_MIPS_U16static longH5T_MIPS_U32static longH5T_MIPS_U64static longH5T_MIPS_U8static longH5T_NATIVE_B16static longH5T_NATIVE_B32static longH5T_NATIVE_B64static longH5T_NATIVE_B8static longH5T_NATIVE_CHARstatic longH5T_NATIVE_DOUBLEstatic longH5T_NATIVE_FLOATstatic longH5T_NATIVE_HADDRstatic longH5T_NATIVE_HBOOLstatic longH5T_NATIVE_HERRstatic longH5T_NATIVE_HSIZEstatic longH5T_NATIVE_HSSIZEstatic longH5T_NATIVE_INTstatic longH5T_NATIVE_INT_FAST16static longH5T_NATIVE_INT_FAST32static longH5T_NATIVE_INT_FAST64static longH5T_NATIVE_INT_FAST8static longH5T_NATIVE_INT_LEAST16static longH5T_NATIVE_INT_LEAST32static longH5T_NATIVE_INT_LEAST64static longH5T_NATIVE_INT_LEAST8static longH5T_NATIVE_INT16static longH5T_NATIVE_INT32static longH5T_NATIVE_INT64static longH5T_NATIVE_INT8static longH5T_NATIVE_LDOUBLEstatic longH5T_NATIVE_LLONGstatic longH5T_NATIVE_LONGstatic longH5T_NATIVE_OPAQUEstatic longH5T_NATIVE_SCHARstatic longH5T_NATIVE_SHORTstatic longH5T_NATIVE_UCHARstatic longH5T_NATIVE_UINTstatic longH5T_NATIVE_UINT_FAST16static longH5T_NATIVE_UINT_FAST32static longH5T_NATIVE_UINT_FAST64static longH5T_NATIVE_UINT_FAST8static longH5T_NATIVE_UINT_LEAST16static longH5T_NATIVE_UINT_LEAST32static longH5T_NATIVE_UINT_LEAST64static longH5T_NATIVE_UINT_LEAST8static longH5T_NATIVE_UINT16static longH5T_NATIVE_UINT32static longH5T_NATIVE_UINT64static longH5T_NATIVE_UINT8static longH5T_NATIVE_ULLONGstatic longH5T_NATIVE_ULONGstatic longH5T_NATIVE_USHORTstatic intH5T_NCLASSESstatic intH5T_NO_CLASSstatic intH5T_NORM_ERRORstatic intH5T_NORM_IMPLIEDstatic intH5T_NORM_MSBSETstatic intH5T_NORM_NONEstatic intH5T_NPADstatic intH5T_NSGNstatic intH5T_OPAQUEstatic intH5T_OPAQUE_TAG_MAXstatic intH5T_ORDER_BEstatic intH5T_ORDER_ERRORstatic intH5T_ORDER_LEstatic intH5T_ORDER_NONEstatic intH5T_ORDER_VAXstatic intH5T_PAD_BACKGROUNDstatic intH5T_PAD_ERRORstatic intH5T_PAD_ONEstatic intH5T_PAD_ZEROstatic intH5T_PERS_DONTCAREstatic intH5T_PERS_HARDstatic intH5T_PERS_SOFTstatic intH5T_REFERENCEstatic intH5T_SGN_2static intH5T_SGN_ERRORstatic intH5T_SGN_NONEstatic longH5T_STD_B16BEstatic longH5T_STD_B16LEstatic longH5T_STD_B32BEstatic longH5T_STD_B32LEstatic longH5T_STD_B64BEstatic longH5T_STD_B64LEstatic longH5T_STD_B8BEstatic longH5T_STD_B8LEstatic longH5T_STD_I16BEstatic longH5T_STD_I16LEstatic longH5T_STD_I32BEstatic longH5T_STD_I32LEstatic longH5T_STD_I64BEstatic longH5T_STD_I64LEstatic longH5T_STD_I8BEstatic longH5T_STD_I8LEstatic longH5T_STD_REFstatic longH5T_STD_REF_DSETREGstatic longH5T_STD_REF_OBJstatic longH5T_STD_U16BEstatic longH5T_STD_U16LEstatic longH5T_STD_U32BEstatic longH5T_STD_U32LEstatic longH5T_STD_U64BEstatic longH5T_STD_U64LEstatic longH5T_STD_U8BEstatic longH5T_STD_U8LEstatic intH5T_STR_ERRORstatic intH5T_STR_NULLPADstatic intH5T_STR_NULLTERMstatic intH5T_STR_RESERVED_10static intH5T_STR_RESERVED_11static intH5T_STR_RESERVED_12static intH5T_STR_RESERVED_13static intH5T_STR_RESERVED_14static intH5T_STR_RESERVED_15static intH5T_STR_RESERVED_3static intH5T_STR_RESERVED_4static intH5T_STR_RESERVED_5static intH5T_STR_RESERVED_6static intH5T_STR_RESERVED_7static intH5T_STR_RESERVED_8static intH5T_STR_RESERVED_9static intH5T_STR_SPACEPADstatic intH5T_STRINGstatic intH5T_TIMEstatic longH5T_UNIX_D32BEstatic longH5T_UNIX_D32LEstatic longH5T_UNIX_D64BEstatic longH5T_UNIX_D64LEstatic longH5T_VARIABLEstatic intH5T_VL_Tstatic intH5T_VLENstatic intH5VL_CAP_FLAG_NONEstatic intH5VL_CAP_FLAG_THREADSAFEstatic longH5VL_NATIVEstatic StringH5VL_NATIVE_NAMEstatic intH5VL_NATIVE_VALUEstatic intH5VL_NATIVE_VERSIONstatic intH5Z_CB_CONTReturn values for filter callback functionstatic intH5Z_CB_ERRORReturn values for filter callback functionstatic intH5Z_CB_FAILReturn values for filter callback functionstatic intH5Z_CB_NOReturn values for filter callback functionstatic intH5Z_DISABLE_EDCValues to decide if EDC is enabled for reading datastatic intH5Z_ENABLE_EDCValues to decide if EDC is enabled for reading datastatic intH5Z_ERROR_EDCValues to decide if EDC is enabled for reading datastatic intH5Z_FILTER_ALLSymbol to remove all filters in H5Premove_filterstatic intH5Z_FILTER_CONFIG_DECODE_ENABLEDBit flags for H5Zget_filter_infostatic intH5Z_FILTER_CONFIG_ENCODE_ENABLEDBit flags for H5Zget_filter_infostatic intH5Z_FILTER_DEFLATEFilter IDs - deflation like gzipstatic intH5Z_FILTER_ERRORFilter IDs - no filterstatic intH5Z_FILTER_FLETCHER32Filter IDs - fletcher32 checksum of EDCstatic intH5Z_FILTER_MAXFilter IDs - maximum filter idstatic intH5Z_FILTER_NBITFilter IDs - nbit compressionstatic intH5Z_FILTER_NONEFilter IDs - reserved indefinitelystatic intH5Z_FILTER_RESERVEDFilter IDs - filter ids below this value are reserved for library usestatic intH5Z_FILTER_SCALEOFFSETFilter IDs - scale+offset compressionstatic intH5Z_FILTER_SHUFFLEFilter IDs - shuffle the datastatic intH5Z_FILTER_SZIPFilter IDs - szip compressionstatic intH5Z_FLAG_DEFMASKFlags for filter definition (stored) definition flag maskstatic intH5Z_FLAG_INVMASKAdditional flags for filter invocation (not stored) invocation flag maskstatic intH5Z_FLAG_MANDATORYFlags for filter definition (stored) filter is mandatorystatic intH5Z_FLAG_OPTIONALFlags for filter definition (stored) filter is optionalstatic intH5Z_FLAG_REVERSEAdditional flags for filter invocation (not stored) reverse direction; readstatic intH5Z_FLAG_SKIP_EDCAdditional flags for filter invocation (not stored) skip EDC filters for readstatic intH5Z_MAX_NFILTERSMaximum number of filters allowed in a pipelinestatic intH5Z_NBIT_USER_NPARMSnbit filter - Number of parameters that users can setstatic intH5Z_NO_EDCValues to decide if EDC is enabled for reading datastatic intH5Z_SCALEOFFSET_USER_NPARMSscale offset filter - Number of parameters that users can setstatic intH5Z_SHUFFLE_TOTAL_NPARMSshuffle filter - Total number of parameters for filterstatic intH5Z_SHUFFLE_USER_NPARMSshuffle filter - Number of parameters that users can setstatic intH5Z_SO_FLOAT_DSCALESpecial parameters for ScaleOffset filterstatic intH5Z_SO_FLOAT_ESCALESpecial parameters for ScaleOffset filterstatic intH5Z_SO_INTSpecial parameters for ScaleOffset filterstatic intH5Z_SO_INT_MINBITS_DEFAULTSpecial parameters for ScaleOffset filterstatic intH5Z_SZIP_PARM_BPPszip filter - "Local" parameter for bits-per-pixelstatic intH5Z_SZIP_PARM_MASKszip filter - "User" parameter for option maskstatic intH5Z_SZIP_PARM_PPBszip filter - "User" parameter for pixels-per-blockstatic intH5Z_SZIP_PARM_PPSszip filter - "Local" parameter for pixels-per-scanlinestatic intH5Z_SZIP_TOTAL_NPARMSszip filter - Total number of parameters for filterstatic intH5Z_SZIP_USER_NPARMSszip 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
-
-