Source
stringclasses
1 value
Date
int32
2.01k
2.01k
Text
stringlengths
3
15.9M
Token_count
int32
1
2.44M
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: SecondaryTrigger.java,v 1.1 2006/05/06 08:59:37 ckaestne Exp $ */ package com.sleepycat.je; import com.sleepycat.je.txn.Locker; class SecondaryTrigger i...
221
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2005-2006 * Sleepycat Software. All rights reserved. * * $Id: DbCacheSize.java,v 1.1 2006/05/06 09:00:39 ckaestne Exp $ */ package com.sleepycat.je.util; import java.io.File; import java.io.PrintStream; import java....
3,922
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: DbSpace.java,v 1.1 2006/05/06 09:00:40 ckaestne Exp $ */ package com.sleepycat.je.util; import java.io.File; import java.io.PrintStream; import java.util...
1,578
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: DbDump.java,v 1.1 2006/05/06 09:00:39 ckaestne Exp $ */ package com.sleepycat.je.util; import java.io.File; import java.io.FileOutputStream; import java....
1,992
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: DbStat.java,v 1.1 2006/05/06 09:00:40 ckaestne Exp $ */ package com.sleepycat.je.util; import java.io.File; import java.io.PrintStream; import java.util....
923
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: DbRunAction.java,v 1.1 2006/05/06 09:00:39 ckaestne Exp $ */ package com.sleepycat.je.util; import java.io.File; import java.text.DecimalFormat; import...
2,080
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: DbLoad.java,v 1.1 2006/05/06 09:00:38 ckaestne Exp $ */ package com.sleepycat.je.util; import java.io.BufferedReader; import java.io.File; import java.io...
3,202
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: DbPrintLog.java,v 1.1 2006/05/06 09:00:38 ckaestne Exp $ */ package com.sleepycat.je.util; import java.io.File; import java.io.IOException; import com....
1,197
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: DbRecover.java,v 1.1 2006/05/06 09:00:38 ckaestne Exp $ */ package com.sleepycat.je.util; import java.io.File; import com.sleepycat.je.dbi.EnvironmentIm...
662
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: DbVerify.java,v 1.1 2006/05/06 09:00:40 ckaestne Exp $ */ package com.sleepycat.je.util; import java.io.File; import java.io.PrintStream; import java.uti...
1,461
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: DatabaseUtil.java,v 1.1 2006/05/06 08:59:34 ckaestne Exp $ */ package com.sleepycat.je; /** * Utils for use in the db package. */ class DatabaseUtil {...
345
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: Java5SharedLatchImpl.java,v 1.1 2006/05/06 09:00:34 ckaestne Exp $ */ package com.sleepycat.je.latch; import java.util.concurrent.locks.ReentrantReadWriteL...
941
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: LatchImpl.java,v 1.1 2006/05/06 09:00:35 ckaestne Exp $ */ package com.sleepycat.je.latch; import java.util.ArrayList; import java.util.List; import co...
2,032
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: LatchNotHeldException.java,v 1.1 2006/05/06 09:00:34 ckaestne Exp $ */ package com.sleepycat.je.latch; /** * An exception that is thrown when a latch is ...
157
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: Latch.java,v 1.1 2006/05/06 09:00:33 ckaestne Exp $ */ package com.sleepycat.je.latch; import com.sleepycat.je.DatabaseException; import com.sleepycat.je....
633
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: SharedLatch.java,v 1.1 2006/05/06 09:00:32 ckaestne Exp $ */ package com.sleepycat.je.latch; import com.sleepycat.je.DatabaseException; import com.sleepyc...
611
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: SharedLatchImpl.java,v 1.1 2006/05/06 09:00:35 ckaestne Exp $ */ package com.sleepycat.je.latch; import java.util.ArrayList; import java.util.Iterator; i...
2,239
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: LatchException.java,v 1.1 2006/05/06 09:00:34 ckaestne Exp $ */ package com.sleepycat.je.latch; import com.sleepycat.je.DatabaseException; /** * The r...
135
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: Java5LatchImpl.java,v 1.1 2006/05/06 09:00:33 ckaestne Exp $ */ package com.sleepycat.je.latch; import java.util.concurrent.locks.ReentrantLock; import ...
1,449
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: LatchStats.java,v 1.1 2006/05/06 09:00:35 ckaestne Exp $ */ package com.sleepycat.je.latch; import java.io.Serializable; /** * A class that provides i...
581
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: LatchTable.java,v 1.1 2006/05/06 09:00:35 ckaestne Exp $ */ package com.sleepycat.je.latch; import java.util.Collections; import java.util.HashSet; impor...
780
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: LatchSupport.java,v 1.1 2006/05/06 09:00:34 ckaestne Exp $ */ package com.sleepycat.je.latch; import com.sleepycat.je.dbi.EnvironmentImpl; /** * Vario...
874
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: DatabaseException.java,v 1.1 2006/05/06 08:59:29 ckaestne Exp $ */ package com.sleepycat.je; /** * Javadoc for this public class is generated * via the...
166
github-java-corpus
2,012
/* * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: RunRecoveryException.java,v 1.1 2006/05/06 08:59:25 ckaestne Exp $ */ package com.sleepycat.je; import com.sleepycat.je.dbi.EnvironmentImpl; /** * Java...
358
github-java-corpus
2,012
/* * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: CursorImpl.java,v 1.1 2006/05/06 09:00:27 ckaestne Exp $ */ package com.sleepycat.je.dbi; import java.util.Comparator; import java.util.logging.Level; imp...
18,335
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: RangeRestartException.java,v 1.1 2006/05/06 09:00:26 ckaestne Exp $ */ package com.sleepycat.je.dbi; import com.sleepycat.je.DatabaseException; /** * ...
174
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: TruncateResult.java,v 1.1 2006/05/06 09:00:22 ckaestne Exp $ */ package com.sleepycat.je.dbi; /** * Holds the result of a database truncate operation. ...
164
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: INList.java,v 1.1 2006/05/06 09:00:23 ckaestne Exp $ */ package com.sleepycat.je.dbi; import java.util.HashSet; import java.util.Iterator; import java.ut...
1,863
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: DatabaseId.java,v 1.1 2006/05/06 09:00:26 ckaestne Exp $ */ package com.sleepycat.je.dbi; import java.io.UnsupportedEncodingException; import java.nio.Byt...
721
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: SortedLSNTreeWalker.java,v 1.1 2006/05/06 09:00:26 ckaestne Exp $ */ package com.sleepycat.je.dbi; import java.util.Arrays; import java.util.HashSet; imp...
2,746
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: EnvironmentImpl.java,v 1.1 2006/05/06 09:00:25 ckaestne Exp $ */ package com.sleepycat.je.dbi; import java.io.File; import java.io.IOException; import ja...
8,937
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: DbConfigException.java,v 1.1 2006/05/06 09:00:24 ckaestne Exp $ */ package com.sleepycat.je.dbi; import com.sleepycat.je.DatabaseException; /** * Conf...
156
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2000-2006 * Sleepycat Software. All rights reserved. * * $Id: DbConfigManager.java,v 1.1 2006/05/06 09:00:24 ckaestne Exp $ */ package com.sleepycat.je.dbi; import com.sleepycat.je.DatabaseException; import com.sleep...
897
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: PutMode.java,v 1.1 2006/05/06 09:00:23 ckaestne Exp $ */ package com.sleepycat.je.dbi; /** * Internal class used to distinguish which variety of putXXX()...
165
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: DatabaseImpl.java,v 1.1 2006/05/06 09:00:23 ckaestne Exp $ */ package com.sleepycat.je.dbi; import java.io.PrintStream; import java.nio.ByteBuffer; impor...
8,380
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: DbEnvState.java,v 1.1 2006/05/06 09:00:24 ckaestne Exp $ */ package com.sleepycat.je.dbi; import com.sleepycat.je.DatabaseException; /** * DbEnvState ...
453
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2000-2006 * Sleepycat Software. All rights reserved. * * $Id: DbEnvPool.java,v 1.1 2006/05/06 09:00:23 ckaestne Exp $ */ package com.sleepycat.je.dbi; import java.io.File; import java.io.IOException; import java.uti...
811
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: DbTree.java,v 1.1 2006/05/06 09:00:25 ckaestne Exp $ */ package com.sleepycat.je.dbi; import java.io.PrintStream; import java.io.UnsupportedEncodingExcept...
8,786
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2000-2006 * Sleepycat Software. All rights reserved. * * $Id: EnvConfigObserver.java,v 1.1 2006/05/06 09:00:25 ckaestne Exp $ */ package com.sleepycat.je.dbi; import com.sleepycat.je.DatabaseException; /** * Impl...
148
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: GetMode.java,v 1.1 2006/05/06 09:00:22 ckaestne Exp $ */ package com.sleepycat.je.dbi; /** * Internal class used to distinguish which variety of getXXX()...
297
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: MemoryBudget.java,v 1.1 2006/05/06 09:00:26 ckaestne Exp $ */ package com.sleepycat.je.dbi; import java.util.Iterator; import com.sleepycat.je.DatabaseE...
5,892
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: CheckpointConfig.java,v 1.1 2006/05/06 08:59:26 ckaestne Exp $ */ package com.sleepycat.je; /** * Javadoc for this public class is generated * via the ...
583
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: PreloadStats.java,v 1.1 2006/05/06 08:59:35 ckaestne Exp $ */ package com.sleepycat.je; import java.io.Serializable; /** * Javadoc for this public cla...
1,103
github-java-corpus
2,012
/* * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: DatabaseNotFoundException.java,v 1.1 2006/05/06 08:59:28 ckaestne Exp $ */ package com.sleepycat.je; /** * Javadoc for this public class is generated * ...
164
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: Database.java,v 1.1 2006/05/06 08:59:27 ckaestne Exp $ */ package com.sleepycat.je; import java.util.ArrayList; import java.util.Comparator; import java....
7,457
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: EnvironmentMutableConfig.java,v 1.1 2006/05/06 08:59:35 ckaestne Exp $ */ package com.sleepycat.je; import java.util.Enumeration; import java.util.Iterato...
2,383
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: PreloadStatus.java,v 1.1 2006/05/06 08:59:36 ckaestne Exp $ */ package com.sleepycat.je; import java.io.Serializable; /** * Javadoc for this public cl...
251
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: StatsConfig.java,v 1.1 2006/05/06 08:59:34 ckaestne Exp $ */ package com.sleepycat.je; import java.io.PrintStream; /** * Javadoc for this public class...
576
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: EnvironmentStats.java,v 1.1 2006/05/06 08:59:27 ckaestne Exp $ */ package com.sleepycat.je; import java.io.Serializable; import com.sleepycat.je.utilint...
7,244
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: PreloadConfig.java,v 1.1 2006/05/06 08:59:38 ckaestne Exp $ */ package com.sleepycat.je; /** * Javadoc for this public class is generated * via the doc...
553
github-java-corpus
2,012
/* * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: DeadlockException.java,v 1.1 2006/05/06 08:59:36 ckaestne Exp $ */ package com.sleepycat.je; /** * Javadoc for this public class is generated * via the ...
170
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: INCompressor.java,v 1.1 2006/05/06 09:02:11 ckaestne Exp $ */ package com.sleepycat.je.incomp; import java.util.ArrayList; import java.util.Collection; i...
5,725
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: LockStats.java,v 1.1 2006/05/06 08:59:25 ckaestne Exp $ */ package com.sleepycat.je; import java.io.Serializable; import com.sleepycat.je.latch.LatchSta...
1,207
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: TrackedFileSummary.java,v 1.1 2006/05/06 09:01:57 ckaestne Exp $ */ package com.sleepycat.je.cleaner; import com.sleepycat.je.dbi.MemoryBudget; /** * ...
1,141
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: UtilizationTracker.java,v 1.1 2006/05/06 09:01:58 ckaestne Exp $ */ package com.sleepycat.je.cleaner; import java.util.ArrayList; import java.util.List; ...
2,502
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: UtilizationProfile.java,v 1.1 2006/05/06 09:01:56 ckaestne Exp $ */ package com.sleepycat.je.cleaner; import java.io.File; import java.util.ArrayList; im...
9,109
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: LNInfo.java,v 1.1 2006/05/06 09:01:57 ckaestne Exp $ */ package com.sleepycat.je.cleaner; import com.sleepycat.je.dbi.DatabaseId; import com.sleepycat.je....
405
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: OffsetList.java,v 1.1 2006/05/06 09:01:58 ckaestne Exp $ */ package com.sleepycat.je.cleaner; import com.sleepycat.je.utilint.Tracer; /** * List of LS...
1,328
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: Cleaner.java,v 1.1 2006/05/06 09:01:58 ckaestne Exp $ */ package com.sleepycat.je.cleaner; import java.io.IOException; import java.util.Arrays; import ja...
10,525
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: PackedOffsets.java,v 1.1 2006/05/06 09:01:57 ckaestne Exp $ */ package com.sleepycat.je.cleaner; import java.nio.ByteBuffer; import java.util.Arrays; i...
1,272
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: FileSummary.java,v 1.1 2006/05/06 09:01:57 ckaestne Exp $ */ package com.sleepycat.je.cleaner; import java.nio.ByteBuffer; import com.sleepycat.je.Datab...
1,645
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: FileProcessor.java,v 1.1 2006/05/06 09:01:59 ckaestne Exp $ */ package com.sleepycat.je.cleaner; import java.io.IOException; import java.util.HashMap; im...
8,761
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2006 * Sleepycat Software. All rights reserved. * * $Id: VerifyUtils.java,v 1.1 2006/05/06 09:01:56 ckaestne Exp $ */ package com.sleepycat.je.cleaner; import java.util.HashSet; import java.util.Iterator; import ja...
986
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: FileSelector.java,v 1.1 2006/05/06 09:01:56 ckaestne Exp $ */ package com.sleepycat.je.cleaner; import java.util.Collections; import java.util.HashMap; i...
3,083
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: SecondaryDatabase.java,v 1.1 2006/05/06 08:59:29 ckaestne Exp $ */ package com.sleepycat.je; import java.util.Collections; import java.util.HashSet; impo...
5,481
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: TxnEnd.java,v 1.1 2006/05/06 08:59:03 ckaestne Exp $ */ package com.sleepycat.je.txn; import java.nio.ByteBuffer; import java.sql.Timestamp; import com...
785
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: LockType.java,v 1.1 2006/05/06 08:59:01 ckaestne Exp $ */ package com.sleepycat.je.txn; /** * LockType is a type safe enumeration of all lock types. Met...
1,647
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: LatchedLockManager.java,v 1.1 2006/05/06 08:59:08 ckaestne Exp $ */ package com.sleepycat.je.txn; import java.util.Set; import com.sleepycat.je.Database...
1,644
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: LockerFactory.java,v 1.1 2006/05/06 08:59:05 ckaestne Exp $ */ package com.sleepycat.je.txn; import com.sleepycat.je.Database; import com.sleepycat.je.Dat...
1,798
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: LockManager.java,v 1.1 2006/05/06 08:59:07 ckaestne Exp $ */ package com.sleepycat.je.txn; import java.util.HashMap; import java.util.HashSet; import jav...
7,098
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: AutoTxn.java,v 1.1 2006/05/06 08:59:09 ckaestne Exp $ */ package com.sleepycat.je.txn; import com.sleepycat.je.Database; import com.sleepycat.je.DatabaseE...
385
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: SyncedLockManager.java,v 1.1 2006/05/06 08:59:11 ckaestne Exp $ */ package com.sleepycat.je.txn; import java.util.Set; import com.sleepycat.je.DatabaseE...
1,378
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: TxnPrepare.java,v 1.1 2006/05/06 08:59:01 ckaestne Exp $ */ package com.sleepycat.je.txn; import java.nio.ByteBuffer; import javax.transaction.xa.Xid; ...
603
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: WriteLockInfo.java,v 1.1 2006/05/06 08:59:02 ckaestne Exp $ */ package com.sleepycat.je.txn; import com.sleepycat.je.utilint.DbLsn; /* * Lock and abor...
420
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: ThreadLocker.java,v 1.1 2006/05/06 08:59:09 ckaestne Exp $ */ package com.sleepycat.je.txn; import com.sleepycat.je.DatabaseException; import com.sleepyca...
427
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: Txn.java,v 1.1 2006/05/06 08:59:04 ckaestne Exp $ */ package com.sleepycat.je.txn; import java.nio.ByteBuffer; import java.util.HashMap; import java.util...
9,868
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: LockConflict.java,v 1.1 2006/05/06 08:59:06 ckaestne Exp $ */ package com.sleepycat.je.txn; /** * LockConflict is a type safe enumeration of lock conflic...
419
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: TxnCommit.java,v 1.1 2006/05/06 08:59:07 ckaestne Exp $ */ package com.sleepycat.je.txn; import com.sleepycat.je.log.LogEntryType; /** * This class wr...
226
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: DummyLockManager.java,v 1.1 2006/05/06 08:59:02 ckaestne Exp $ */ package com.sleepycat.je.txn; import java.util.Set; import com.sleepycat.je.DatabaseEx...
767
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: BuddyLocker.java,v 1.1 2006/05/06 08:59:07 ckaestne Exp $ */ package com.sleepycat.je.txn; import com.sleepycat.je.DatabaseException; import com.sleepycat...
652
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: BasicLocker.java,v 1.1 2006/05/06 08:59:04 ckaestne Exp $ */ package com.sleepycat.je.txn; import java.util.HashSet; import java.util.Iterator; import ja...
2,024
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: Locker.java,v 1.1 2006/05/06 08:59:05 ckaestne Exp $ */ package com.sleepycat.je.txn; import java.util.HashMap; import java.util.HashSet; import java.uti...
4,762
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: TxnManager.java,v 1.1 2006/05/06 08:59:10 ckaestne Exp $ */ package com.sleepycat.je.txn; import java.util.Collections; import java.util.HashMap; import ...
2,233
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: ReadCommittedLocker.java,v 1.1 2006/05/06 08:59:10 ckaestne Exp $ */ package com.sleepycat.je.txn; import com.sleepycat.je.DatabaseException; import com.s...
1,006
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: LockInfo.java,v 1.1 2006/05/06 08:59:06 ckaestne Exp $ */ package com.sleepycat.je.txn; import java.util.Collections; import java.util.Map; import java.u...
618
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: Lock.java,v 1.1 2006/05/06 08:59:05 ckaestne Exp $ */ package com.sleepycat.je.txn; import java.util.ArrayList; import java.util.Collections; import java...
6,765
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: TxnAbort.java,v 1.1 2006/05/06 08:59:03 ckaestne Exp $ */ package com.sleepycat.je.txn; import com.sleepycat.je.log.LogEntryType; /** * This class wri...
226
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: LockGrantType.java,v 1.1 2006/05/06 08:59:08 ckaestne Exp $ */ package com.sleepycat.je.txn; /** * LockGrantType is an enumeration of the possible result...
306
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: LockResult.java,v 1.1 2006/05/06 08:59:04 ckaestne Exp $ */ package com.sleepycat.je.txn; import com.sleepycat.je.tree.LN; import com.sleepycat.je.utilint...
464
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: LockUpgrade.java,v 1.1 2006/05/06 08:59:10 ckaestne Exp $ */ package com.sleepycat.je.txn; /** * LockUpgrade is a type safe enumeration of lock upgrade t...
642
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: Checkpointer.java,v 1.1 2006/05/06 09:00:37 ckaestne Exp $ */ package com.sleepycat.je.recovery; import java.util.HashSet; import java.util.Iterator; imp...
7,668
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: RecoveryManager.java,v 1.1 2006/05/06 09:00:36 ckaestne Exp $ */ package com.sleepycat.je.recovery; import java.io.IOException; import java.util.ArrayList...
17,621
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: RecoveryInfo.java,v 1.1 2006/05/06 09:00:37 ckaestne Exp $ */ package com.sleepycat.je.recovery; import com.sleepycat.je.utilint.DbLsn; /** * Recovery...
775
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: CheckpointEnd.java,v 1.1 2006/05/06 09:00:36 ckaestne Exp $ */ package com.sleepycat.je.recovery; import java.nio.ByteBuffer; import java.sql.Timestamp; ...
1,848
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: CheckpointStart.java,v 1.1 2006/05/06 09:00:37 ckaestne Exp $ */ package com.sleepycat.je.recovery; import java.nio.ByteBuffer; import java.sql.Timestamp;...
809
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: RecoveryException.java,v 1.1 2006/05/06 09:00:36 ckaestne Exp $ */ package com.sleepycat.je.recovery; import com.sleepycat.je.RunRecoveryException; import...
167
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: SecondaryCursor.java,v 1.1 2006/05/06 08:59:28 ckaestne Exp $ */ package com.sleepycat.je; import java.util.HashSet; import java.util.Set; import java.ut...
5,028
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: DatabaseEntry.java,v 1.1 2006/05/06 08:59:25 ckaestne Exp $ */ package com.sleepycat.je; import com.sleepycat.je.tree.TreeUtils; /** * Javadoc for thi...
1,543
github-java-corpus
2,012
/* * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: LockNotGrantedException.java,v 1.1 2006/05/06 08:59:34 ckaestne Exp $ */ package com.sleepycat.je; /** * Javadoc for this public class is generated * vi...
297
github-java-corpus
2,012
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Sleepycat Software. All rights reserved. * * $Id: EnvironmentConfig.java,v 1.1 2006/05/06 08:59:27 ckaestne Exp $ */ package com.sleepycat.je; import java.util.Properties; import com.sleepycat.je.config...
1,677