Serializable
public class RepositoryReorderedEvent extends EventObject
Repository.reorder(int[])
,
Serialized Formsource
Constructor | Description |
---|---|
RepositoryReorderedEvent(Repository fsp,
int[] perm) |
Create a new reorder event.
|
Modifier and Type | Method | Description |
---|---|---|
int[] |
getPermutation() |
Get the permutation of filesystems.
|
Repository |
getRepository() |
Get the affected filesystem pool.
|
getSource, toString
public RepositoryReorderedEvent(Repository fsp, int[] perm)
fsp
- the filesystem pool being reorderedperm
- the permutation of filesystems in the poolpublic Repository getRepository()
public int[] getPermutation()
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.