public static final class WorkspaceList.Entry extends Object
Modifier and Type | Field and Description |
---|---|
Object |
context
Multiple threads can acquire the same lock if they share the same context object.
|
Thread |
holder
Who acquired this workspace?
|
int |
lockCount |
FilePath |
path |
boolean |
quick
True makes the caller of
WorkspaceList.allocate(FilePath) wait
for this workspace. |
Exception |
source
From where?
|
long |
time
When?
|
public final Thread holder
public final long time
public final Exception source
public final boolean quick
WorkspaceList.allocate(FilePath)
wait
for this workspace.public final Object context
public int lockCount
Copyright © 2017. All rights reserved.