MCPcopy Index your code
hub / github.com/apache/orc / removeWriter

Method removeWriter

java/core/src/java/org/apache/orc/MemoryManager.java:60–60  ·  view source on GitHub ↗

Remove the given writer from the pool. @param path the file that has been closed

(Path path)

Source from the content-addressed store, hash-verified

58 * @param path the file that has been closed
59 */
60 void removeWriter(Path path) throws IOException;
61
62 /**
63 * Give the memory manager an opportunity for doing a memory check.

Callers 1

closeMethod · 0.65

Implementers 1

MemoryManagerImpljava/core/src/java/org/apache/orc/impl

Calls

no outgoing calls

Tested by

no test coverage detected