public static class
RestoreSlice.Options
Optional attributes for RestoreSlice
Public Methods
RestoreSlice.Options |
preferredShard(Long preferredShard)
|
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Methods
public RestoreSlice.Options preferredShard (Long preferredShard)
Parameters
preferredShard | Index of file to open first if multiple files match `file_pattern`. See the documentation for `Restore`. |
---|