Package | Description |
---|---|
org.geotools.data |
Defines the DataStoreAPI via which all data is imported or exported.
|
org.geotools.data.directory | |
org.geotools.data.store |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFeatureLock
Deprecated.
Please use
FeatureLock |
Modifier and Type | Field and Description |
---|---|
static FeatureLock |
FeatureLock.TRANSACTION
Lock requested for the duration of the Transaction (until next commit or revert).
|
Modifier and Type | Method and Description |
---|---|
protected abstract FeatureLock |
FeatureLockFactory.createLock(String name,
long duration)
Deprecated.
|
protected FeatureLock |
DefaultFeatureLockFactory.createLock(String name,
long duration)
Deprecated.
|
static FeatureLock |
FeatureLockFactory.generate(long duration)
Deprecated.
Generates a new FeatureLock for use.
|
static FeatureLock |
FeatureLockFactory.generate(String name,
long duration)
Deprecated.
Generates a new FeatureLock for use.
|
Modifier and Type | Method and Description |
---|---|
protected InProcessLockingManager.Lock |
InProcessLockingManager.createLock(Transaction transaction,
FeatureLock featureLock)
Creates the right sort of In-Process Lock.
|
void |
InProcessLockingManager.lockFeatureID(String typeName,
String featureID,
Transaction transaction,
FeatureLock featureLock)
Aquire lock on featureID.
|
void |
LockingManager.lockFeatureID(String typeName,
String authID,
Transaction transaction,
FeatureLock featureLock)
FeatureID based locking.
|
void |
FeatureLocking.setFeatureLock(FeatureLock lock)
All locking operations will operate against the provided
lock . |
void |
InProcessLockingManager.unLockFeatureID(String typeName,
String featureID,
Transaction transaction,
FeatureLock featureLock)
Release indicated featureID, must have correct authroization.
|
void |
LockingManager.unLockFeatureID(String typeName,
String authID,
Transaction transaction,
FeatureLock featureLock)
FeatureID based unlocking.
|
Constructor and Description |
---|
Response(FeatureLock lock,
Set<String> lockedFids,
Set<String> notLockedFids) |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryLockingManager.lockFeatureID(String typeName,
String authID,
Transaction transaction,
FeatureLock featureLock) |
void |
DirectoryFeatureLocking.setFeatureLock(FeatureLock lock) |
void |
DirectoryLockingManager.unLockFeatureID(String typeName,
String authID,
Transaction transaction,
FeatureLock featureLock) |
Modifier and Type | Field and Description |
---|---|
protected FeatureLock |
ContentFeatureSource.lock
Current feature lock
|
Modifier and Type | Method and Description |
---|---|
protected FeatureLock |
ContentFeatureSource.processLock(FeatureLock lock)
If the subclass implements native locking, this method is invoked before the feature lock is
(re)assigned to this store.
|
Modifier and Type | Method and Description |
---|---|
protected FeatureLock |
ContentFeatureSource.processLock(FeatureLock lock)
If the subclass implements native locking, this method is invoked before the feature lock is
(re)assigned to this store.
|
void |
ContentFeatureSource.setFeatureLock(FeatureLock lock)
Sets the feature lock of the feature store.
|
Copyright © 1996–2019 Geotools. All rights reserved.