public interface ReplicationViewHandler
Modifier and Type | Method | Description |
---|---|---|
boolean |
partial_view(Environment dbenv,
java.lang.String name,
int flags) |
The application-specific function used by replication views to determine
whether a database file is replicated.
|
boolean partial_view(Environment dbenv, java.lang.String name, int flags) throws DatabaseException
dbenv
- The enclosing database environment handle.name
- The name of the database file.flags
- Currently unused.DatabaseException
- if an error occurs when determining whether or
not the database file is replicated.Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.