public class ExternalDatasetAccessManager extends Object
| Constructor and Description |
|---|
ExternalDatasetAccessManager() |
| Modifier and Type | Method and Description |
|---|---|
int |
buildIndexBegin(boolean isFirstIndex) |
void |
buildIndexEnd(boolean isFirstIndex) |
ReentrantReadWriteLock |
getV0Lock() |
ReentrantReadWriteLock |
getV1Lock() |
int |
getVersion() |
int |
queryBegin() |
void |
queryEnd(int version) |
int |
refreshBegin() |
void |
refreshEnd(boolean success) |
void |
setV0Lock(ReentrantReadWriteLock v0Lock) |
void |
setV1Lock(ReentrantReadWriteLock v1Lock) |
void |
setVersion(int version) |
public int getVersion()
public void setVersion(int version)
public ReentrantReadWriteLock getV0Lock()
public void setV0Lock(ReentrantReadWriteLock v0Lock)
public ReentrantReadWriteLock getV1Lock()
public void setV1Lock(ReentrantReadWriteLock v1Lock)
public int refreshBegin()
public void refreshEnd(boolean success)
public int buildIndexBegin(boolean isFirstIndex)
public void buildIndexEnd(boolean isFirstIndex)
public int queryBegin()
public void queryEnd(int version)
Copyright © 2016 The Apache Software Foundation. All rights reserved.