140141142143144145146147
* @see accumulo.core.client.Connector#tableOperations() */ @Override public synchronized TableOperations tableOperations() { if (tableops == null) tableops = new TableOperationsImpl(instance, credentials); return tableops; }
139140141142143144145146
143144145146147148149150
} @Override public synchronized TableOperations tableOperations() { if (tableops == null) tableops = new TableOperationsImpl(instance, credentials); return tableops; }
129130131132133134135136