Modifier and Type | Method and Description |
---|---|
OpLockDetails |
NetworkFile.getOpLock()
Return the oplock details
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkFile.setOpLock(OpLockDetails oplock)
Set/clear the oplock on this file
|
Modifier and Type | Method and Description |
---|---|
OpLockDetails |
FileState.getOpLock()
Return the oplock details
|
OpLockDetails |
FileStateCache.getOpLock(FileState fstate)
Return the oplock details for a file, or null if there is no oplock
|
OpLockDetails |
FileStateLockManager.getOpLockDetails(String path)
Return the oplock details for a path, or null if there is no oplock on the path
|
Modifier and Type | Method and Description |
---|---|
boolean |
FileStateCache.addOpLock(FileState fstate,
OpLockDetails oplock,
NetworkFile netFile)
Add an oplock
|
void |
FileStateLockManager.changeOpLockType(OpLockDetails oplock,
int newTyp)
Change an oplock type
|
void |
FileStateCache.changeOpLockType(OpLockDetails oplock,
int newTyp)
Change an oplock type
|
boolean |
FileStateLockManager.grantOpLock(String path,
OpLockDetails oplock,
NetworkFile netFile)
Grant an oplock, store the oplock details
|
void |
StandaloneFileStateCache.requestOplockBreak(String path,
OpLockDetails oplock)
Request an oplock break
|
void |
FileStateCache.requestOplockBreak(String path,
OpLockDetails oplock,
SMBSrvSession sess,
SMBSrvPacket pkt)
Request an oplock break
|
void |
FileStateLockManager.requestOpLockBreak(String path,
OpLockDetails oplock,
SMBSrvSession sess,
SMBSrvPacket pkt)
Request an oplock break on the specified oplock
|
void |
FileState.setOpLock(OpLockDetails oplock)
Set the oplock for this file
|
Modifier and Type | Method and Description |
---|---|
OpLockDetails |
ClusterFileState.getOpLock()
Return the oplock details
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteOpLockDetails
Remote OpLock Details Class
|
Modifier and Type | Method and Description |
---|---|
OpLockDetails |
HazelCastClusterFileStateCache.getOpLock(FileState fstate)
Return the oplock details for a file, or null if there is no oplock
|
Modifier and Type | Method and Description |
---|---|
boolean |
HazelCastClusterFileStateCache.addOpLock(FileState fstate,
OpLockDetails oplock,
NetworkFile netFile)
Add an oplock
|
void |
HazelCastClusterFileStateCache.changeOpLockType(OpLockDetails oplock,
int newTyp)
Change an oplock type
|
void |
HazelCastClusterFileStateCache.requestOplockBreak(String path,
OpLockDetails oplock,
SMBSrvSession sess,
SMBSrvPacket pkt)
Request an oplock break
|
void |
HazelCastClusterFileState.setOpLock(OpLockDetails oplock)
Set the oplock for this file
|
Constructor and Description |
---|
RemoteOpLockDetails(ClusterNode clNode,
OpLockDetails localOpLock,
ClusterFileStateCache stateCache)
Class constructor
|
Modifier and Type | Class and Description |
---|---|
class |
LocalOpLockDetails
Local OpLock Details Class
|
class |
OpLockDetailsAdapter
OpLock Details Adapter Class
|
Modifier and Type | Method and Description |
---|---|
OpLockDetails |
OpLockManager.getOpLockDetails(String path)
Return the oplock details for a path, or null if there is no oplock on the path
|
Modifier and Type | Method and Description |
---|---|
void |
OpLockManager.changeOpLockType(OpLockDetails oplock,
int newTyp)
Change an oplock type
|
boolean |
OpLockManager.grantOpLock(String path,
OpLockDetails oplock,
NetworkFile netFile)
Grant an oplock, store the oplock details
|
void |
OpLockManager.requestOpLockBreak(String path,
OpLockDetails oplock,
SMBSrvSession sess,
SMBSrvPacket pkt)
Request an oplock break on the specified oplock
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.