|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.systemsx.cisd.openbis.dss.generic.shared.api.v1.ShareInfo
@JsonObject(value="ShareInfo") public class ShareInfo
Information about a share.
Constructor Summary | |
---|---|
ShareInfo(java.lang.String shareId,
long freeSpace)
|
Method Summary | |
---|---|
long |
getFreeSpace()
|
java.lang.String |
getShareId()
|
boolean |
isIgnoredForShuffling()
Returns true if the share should not be used by shuffling maintenance or
post-registration tasks. |
boolean |
isIncoming()
Returns true if the share is associated with one or more incoming directories. |
boolean |
isWithdrawShare()
Returns true if the share should be emptied by shuffling maintenance tasks. |
void |
setIgnoredForShuffling(boolean ignoredForShuffling)
|
void |
setIncoming(boolean incoming)
|
void |
setWithdrawShare(boolean withdrawShare)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShareInfo(java.lang.String shareId, long freeSpace)
Method Detail |
---|
public java.lang.String getShareId()
public long getFreeSpace()
public boolean isIncoming()
true
if the share is associated with one or more incoming directories.
public void setIncoming(boolean incoming)
public boolean isWithdrawShare()
true
if the share should be emptied by shuffling maintenance tasks.
public void setWithdrawShare(boolean withdrawShare)
public boolean isIgnoredForShuffling()
true
if the share should not be used by shuffling maintenance or
post-registration tasks.
public void setIgnoredForShuffling(boolean ignoredForShuffling)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |