예제 #1
0
 public PreloadStats preload(PreloadConfig config) throws DatabaseException {
   t.in(Thread.currentThread().getStackTrace()[1].toString());
   preload__wrappee__base();
   t.out(Thread.currentThread().getStackTrace()[1].toString());
 }
예제 #2
0
 public void preload(long maxBytes, long maxMillisecs) throws DatabaseException {
   t.in(Thread.currentThread().getStackTrace()[1].toString());
   preload__wrappee__base();
   t.out(Thread.currentThread().getStackTrace()[1].toString());
 }