com.supermap.data
类 LockStateType
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.data.LockStateType
-
public final class LockStateType extends Enum
锁状态枚举类,定义数据集的读写锁。
-
-
字段概要
字段 限定符和类型 字段和说明 static LockStateType
LOCKNONE
无锁。static LockStateType
LOCKREAD
读锁。static LockStateType
LOCKWRITE
写锁。
-
-
-
字段详细资料
-
LOCKNONE
public static final LockStateType LOCKNONE
无锁。
-
LOCKREAD
public static final LockStateType LOCKREAD
读锁。
-
LOCKWRITE
public static final LockStateType LOCKWRITE
写锁。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.