public static class RotatingFileOutputStreamSupplier.RotationListener extends Object
| Constructor and Description |
|---|
RotatingFileOutputStreamSupplier.RotationListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
outputFileCreated(OutputStream newStream,
OutputStream oldStream) |
void |
rotationCompleted(OutputStream newStream,
OutputStream oldStream) |
void |
rotationError(Exception e,
OutputStream out) |
public RotatingFileOutputStreamSupplier.RotationListener()
public void outputFileCreated(OutputStream newStream, OutputStream oldStream)
public void rotationCompleted(OutputStream newStream, OutputStream oldStream)
public void rotationError(Exception e, OutputStream out)
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.