public class RepositoryReorderedEvent
extends java.util.EventObject
Repository.reorder(int[]),
Serialized Form| 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.
|
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.