-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: ZhangJian He <shoothzj@gmail.com>
- Loading branch information
ZhangJian He
committed
Aug 28, 2024
1 parent
771c40a
commit 94be9ea
Showing
35 changed files
with
55 additions
and
53 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...o/github/protocol/bookkeeper/Auditor.java → ...rotocol/bookkeeper/admin/jdk/Auditor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...hub/protocol/bookkeeper/AutoRecovery.java → ...ol/bookkeeper/admin/jdk/AutoRecovery.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...protocol/bookkeeper/AutoRecoveryImpl.java → ...ookkeeper/admin/jdk/AutoRecoveryImpl.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...otocol/bookkeeper/AutoRecoveryStatus.java → ...kkeeper/admin/jdk/AutoRecoveryStatus.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ithub/protocol/bookkeeper/BookieInfo.java → ...ocol/bookkeeper/admin/jdk/BookieInfo.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...hub/protocol/bookkeeper/BookieStatus.java → ...ol/bookkeeper/admin/jdk/BookieStatus.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...o/github/protocol/bookkeeper/Bookies.java → ...rotocol/bookkeeper/admin/jdk/Bookies.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...thub/protocol/bookkeeper/BookiesImpl.java → ...col/bookkeeper/admin/jdk/BookiesImpl.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../protocol/bookkeeper/BookkeeperAdmin.java → ...bookkeeper/admin/jdk/BookkeeperAdmin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ol/bookkeeper/BookkeeperAdminBuilder.java → ...per/admin/jdk/BookkeeperAdminBuilder.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ookkeeper/BookkeeperAdminBuilderImpl.java → ...admin/jdk/BookkeeperAdminBuilderImpl.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../bookkeeper/BookkeeperAdminException.java → ...r/admin/jdk/BookkeeperAdminException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tocol/bookkeeper/BookkeeperAdminImpl.java → ...keeper/admin/jdk/BookkeeperAdminImpl.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...o/github/protocol/bookkeeper/Configs.java → ...rotocol/bookkeeper/admin/jdk/Configs.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.github.protocol.bookkeeper; | ||
package io.github.protocol.bookkeeper.admin.jdk; | ||
|
||
|
||
import java.util.Map; | ||
|
2 changes: 1 addition & 1 deletion
2
...thub/protocol/bookkeeper/ConfigsImpl.java → ...col/bookkeeper/admin/jdk/ConfigsImpl.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ub/protocol/bookkeeper/Configuration.java → ...l/bookkeeper/admin/jdk/Configuration.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../github/protocol/bookkeeper/DiskFile.java → ...otocol/bookkeeper/admin/jdk/DiskFile.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...l/bookkeeper/GarbageCollectionStatus.java → ...er/admin/jdk/GarbageCollectionStatus.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../protocol/bookkeeper/GcSuspendStatus.java → ...bookkeeper/admin/jdk/GcSuspendStatus.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...github/protocol/bookkeeper/Heartbeat.java → ...tocol/bookkeeper/admin/jdk/Heartbeat.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ub/protocol/bookkeeper/HeartbeatImpl.java → ...l/bookkeeper/admin/jdk/HeartbeatImpl.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../protocol/bookkeeper/InnerHttpClient.java → ...bookkeeper/admin/jdk/InnerHttpClient.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...thub/protocol/bookkeeper/LastLogMark.java → ...col/bookkeeper/admin/jdk/LastLogMark.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...per/ListUnderReplicatedLedgerReqData.java → ...jdk/ListUnderReplicatedLedgerReqData.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...col/bookkeeper/RecoveryBookieReqData.java → ...eper/admin/jdk/RecoveryBookieReqData.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.github.protocol.bookkeeper; | ||
package io.github.protocol.bookkeeper.admin.jdk; | ||
|
||
import java.util.List; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...col/bookkeeper/UnderReplicatedLedger.java → ...eper/admin/jdk/UnderReplicatedLedger.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.github.protocol.bookkeeper; | ||
package io.github.protocol.bookkeeper.admin.jdk; | ||
|
||
import java.util.List; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../github/protocol/bookkeeper/UrlConst.java → ...otocol/bookkeeper/admin/jdk/UrlConst.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
bookkeeper-admin-jdk/src/main/java/io/github/protocol/bookkeeper/admin/jdk/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
package io.github.protocol.bookkeeper.admin.jdk; |
1 change: 0 additions & 1 deletion
1
bookkeeper-admin-jdk/src/main/java/io/github/protocol/bookkeeper/package-info.java
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ocol/bookkeeper/AutoRecoveryImplTest.java → ...eeper/admin/jdk/AutoRecoveryImplTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../protocol/bookkeeper/BookiesImplTest.java → ...bookkeeper/admin/jdk/BookiesImplTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../protocol/bookkeeper/ConfigsImplTest.java → ...bookkeeper/admin/jdk/ConfigsImplTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ub/protocol/bookkeeper/HeartbeatTest.java → ...l/bookkeeper/admin/jdk/HeartbeatTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters