ReadModeAP
    
            
            in package
            
        
    
    
    
ReadModeAP is the read policy in AP (availability) mode namespaces.
It indicates how duplicates should be consulted in a read operation. Only makes a difference during migrations and only applicable in AP mode.
Table of Contents
Methods
- all() : ReadModeAP
- ReadModeAPAll indicates that all duplicates should be consulted in the read operation.
- one() : ReadModeAP
- ReadModeAPOne indicates that a single node should be involved in the read operation.
Methods
all()
ReadModeAPAll indicates that all duplicates should be consulted in the read operation.
    public
            static        all() : ReadModeAP
    Return values
ReadModeAPone()
ReadModeAPOne indicates that a single node should be involved in the read operation.
    public
            static        one() : ReadModeAP