Uses of Enum Class
com.luciad.fusion.tilestore.ALfnTileStore.Result.Code
Packages that use ALfnTileStore.Result.Code
Package
Description
Provides the Tile Store abstraction and a file system implementation.
-
Uses of ALfnTileStore.Result.Code in com.luciad.fusion.tilestore
Methods in com.luciad.fusion.tilestore that return ALfnTileStore.Result.CodeModifier and TypeMethodDescriptionALfnTileStore.Result.getCode()This result's code.static ALfnTileStore.Result.CodeReturns the enum constant of this class with the specified name.static ALfnTileStore.Result.Code[]ALfnTileStore.Result.Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.luciad.fusion.tilestore with parameters of type ALfnTileStore.Result.CodeModifierConstructorDescriptionWriteResult(ALfnTileStore.Result.Code aCode, long aTransactionManagementId, long aSequentialTransactionId, long aHighestCommittedTransactionId) Constructs a new instance of this class with given transactional parameters and unknown content length.WriteResult(ALfnTileStore.Result.Code aCode, long aTransactionManagementId, long aSequentialTransactionId, long aHighestCommittedTransactionId, long aContentLength) Constructs a new instance of this class with given parameters.